zcash-redux
Advanced tools
Comparing version 0.1.0 to 0.2.0
10
index.js
@@ -1,6 +0,8 @@ | ||
import zReducer from './reducers'; | ||
import zClient from './client'; | ||
import zActions from './actions'; | ||
import zGetStore from './store'; | ||
// @flow | ||
import zReducer from './src/reducers'; | ||
import zClient from './src/client'; | ||
import zActions from './src/actions'; | ||
import zGetStore from './src/store'; | ||
export default { | ||
@@ -7,0 +9,0 @@ zActions, |
{ | ||
"name": "zcash-redux", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"main": "index.js", | ||
@@ -8,3 +8,4 @@ "license": "MIT", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "babel . -d lib/", | ||
"flow": "glow" | ||
}, | ||
@@ -18,5 +19,12 @@ "author": { | ||
"redux": "^4.0.0", | ||
"redux-thunk": "^2.3.0", | ||
"stdrpc": "^1.0.0" | ||
}, | ||
"keywords": [] | ||
"keywords": [], | ||
"devDependencies": { | ||
"babel-cli": "^6.26.0", | ||
"babel-preset-flow": "^6.23.0", | ||
"flow-bin": "^0.79.1", | ||
"glow": "^1.2.2" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
80106
10
248
2
3
4
3
1
+ Addedredux-thunk@^2.3.0
+ Addedredux-thunk@2.4.2(transitive)