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

deep-storage

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deep-storage - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

lib/async.d.ts

8

package.json
{
"name": "deep-storage",
"version": "4.0.0",
"version": "4.0.1",
"description": "Simple observable state management for reactive applications",

@@ -21,5 +21,5 @@ "main": "./lib/index.js",

"build": "rimraf lib *.d.ts && tsc -p tsconfig.prod.json",
"publish:patch": "yarn build && git commit -am 'build' && git push && npm version patch && git push",
"publish:minor": "yarn build && git commit -am 'build' && git push && npm version minor && git push",
"publish:major": "yarn build && git commit -am 'build' && git push && npm version major && git push"
"publish:patch": "yarn build && npm version patch && git push && npm publish",
"publish:minor": "yarn build && npm version minor && git push && npm publish",
"publish:major": "yarn build && npm version major && git push && npm publish"
},

@@ -26,0 +26,0 @@ "dependencies": {},

@@ -10,3 +10,3 @@ {

// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */
// "declaration": true, /* Generates corresponding '.d.ts' file. */
"declaration": true, /* Generates corresponding '.d.ts' file. */
// "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */

@@ -13,0 +13,0 @@ // "sourceMap": true, /* Generates corresponding '.map' file. */

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