redux-testkit
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "redux-testkit", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Test kit for redux", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"compile": "babel --presets es2015,stage-0 -d lib/ src/" | ||
}, | ||
"author": "Yedidya Kennard <yedidyak@gmail.com>", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"dependencies": { | ||
"deasync": "^0.1.7" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/wix/redux-testkit.git" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.14.0", | ||
"babel-preset-es2015": "^6.14.0", | ||
"babel-preset-stage-0": "^6.5.0" | ||
} | ||
} |
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
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
24715
16
123
0
3
0
0
1
3
+ Addeddeasync@^0.1.7
+ Addedbindings@1.5.0(transitive)
+ Addeddeasync@0.1.30(transitive)
+ Addedfile-uri-to-path@1.0.0(transitive)
+ Addednode-addon-api@1.7.2(transitive)