web-storage-manager
Advanced tools
Comparing version 4.0.4 to 4.1.0
{ | ||
"name": "web-storage-manager", | ||
"version": "4.0.4", | ||
"version": "4.1.0", | ||
"description": "Web utility storage manager for handling data encryption, save and persist, update and data purge in your local and session storage", | ||
"main": "lib/index.js", | ||
"type": "commonjs", | ||
"types": "lib/index.d.ts", | ||
"directories": { | ||
@@ -12,5 +13,5 @@ "lib": "lib" | ||
"test": "jest", | ||
"test:build": "rm -rf lib && npm run build:js && jest", | ||
"test:silent-build": "rm -rf lib && npm run build:js && jest --verbose false", | ||
"build": "rm -rf lib && npm run build:js", | ||
"test:build": "rm -rf lib && npm run build && jest", | ||
"test:silent-build": "rm -rf lib && npm run build && jest --verbose false", | ||
"build": "rm -rf lib && npm run build:js && npm run build:types", | ||
"build:types": "tsc --emitDeclarationOnly", | ||
@@ -17,0 +18,0 @@ "build:js": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline", |
{ | ||
"compilerOptions": { | ||
"noEmit": true, | ||
"noEmit": false, | ||
"allowJs": true, | ||
@@ -5,0 +5,0 @@ "alwaysStrict": true, |
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
304415
20
852