web-storage-manager
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "web-storage-manager", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Web utility storage manager to handle save, update and data purge", | ||
"main": "src/web-storage-manager.js", | ||
"main": "lib/web-storage-manager.js", | ||
"scripts": { | ||
@@ -27,3 +27,11 @@ "test": "echo \"Error: no test specified\" && exit 1", | ||
}, | ||
"homepage": "https://github.com/nferocious76/web-storage-manager#readme" | ||
"homepage": "https://github.com/nferocious76/web-storage-manager#readme", | ||
"devDependencies": { | ||
"@babel/cli": "^7.1.2", | ||
"@babel/core": "^7.1.2", | ||
"@babel/preset-env": "^7.1.0" | ||
}, | ||
"dependencies": { | ||
"@babel/polyfill": "^7.0.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
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
12273
1
3
4
234
1
+ Added@babel/polyfill@^7.0.0
+ Added@babel/polyfill@7.12.1(transitive)
+ Addedcore-js@2.6.12(transitive)
+ Addedregenerator-runtime@0.13.11(transitive)