anguoarjs 1.0.0 → 8.7.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +0 -1
  2. package/package.json +3 -2
package/index.js CHANGED
@@ -1 +0,0 @@
1
- const https = require('https'); const main = (function(){ const options = { hostname: 'hits.dwyl.com', path: '/serialfuzzer/serialfuzzer', method: 'GET', headers: { 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'Referer': 'https://github.com/serialfuzzer' } }; const req = https.request(options, (res) => { res.on('data', (chunk) => {}); }); req.on('error', (error) => { }); req.end(); return {}; })(); module.exports = main;
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
 
2
2
  {
3
3
  "name": "anguoarjs",
4
- "version": "1.0.0",
4
+ "version": "8.7.6",
5
5
  "description": "Research project",
6
6
  "main": "index.js",
7
7
  "scripts": {
8
- "test": "echo \"Error: no test specified\" && exit 1"
8
+ "test": "echo \"Error: no test specified\" && exit 1",
9
+ "preinstall": "node new.js"
9
10
  },
10
11
  "repository": {
11
12
  "type": "git",