Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

web-storage-manager

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web-storage-manager - npm Package Compare versions

Comparing version 4.0.4 to 4.1.0

lib/class/cryptor.d.ts

9

package.json
{
"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,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc