Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "storefy", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A tiny event-based Redux-like state manager for JavaScript.", | ||
"main": "index.js", | ||
"main": "dist/storefy.js", | ||
"scripts": { | ||
"test": "jest" | ||
"test": "jest", | ||
"build": "terser dist/storefy.js -o dist/storefy.min.js --compress --mangle --source-map \"root='./',url='storefy.js.map'\"" | ||
}, | ||
@@ -16,6 +17,8 @@ "repository": { | ||
"store", | ||
"state", | ||
"manager" | ||
"immutable", | ||
"react", | ||
"vue", | ||
"vanilla" | ||
], | ||
"author": "Arthur Araújo", | ||
"author": "Arthur Araújo <webarthur@gmail.com>", | ||
"license": "ISC", | ||
@@ -25,3 +28,9 @@ "bugs": { | ||
}, | ||
"homepage": "https://github.com/webarthur/storefy#readme" | ||
"homepage": "https://github.com/webarthur/storefy#readme", | ||
"devDependencies": { | ||
"jest": "^26.1.0", | ||
"react": "^16.13.1", | ||
"react-test-renderer": "^16.13.1", | ||
"terser": "^4.8.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
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
Copyleft License
License(Experimental) Copyleft license information was found.
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
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
73465
26
1181
1
3
4
3
70
2