New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@storex/core

Package Overview
Dependencies
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storex/core - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

README.md

1

lib/core/index.js

@@ -8,2 +8,1 @@ "use strict";

__export(require("./update"));
//# sourceMappingURL=index.js.map

@@ -84,2 +84,1 @@ "use strict";

exports.Store = Store;
//# sourceMappingURL=store.js.map

@@ -23,2 +23,1 @@ "use strict";

exports.update = update;
//# sourceMappingURL=update.js.map

@@ -43,2 +43,1 @@ "use strict";

exports.StoreIns = StoreIns;
//# sourceMappingURL=examples.js.map

@@ -7,2 +7,1 @@ "use strict";

__export(require("./core"));
//# sourceMappingURL=index.js.map
{
"name": "@storex/core",
"version": "1.0.5",
"version": "1.0.6",
"description": "Binding store to your app",

@@ -9,3 +9,4 @@ "main": "lib/index.js",

"test": "jest",
"build": "tsc"
"build": "tsc",
"release": "rm -rf lib && tsc --sourceMap false && npm test && npm publish --access=public && npm version patch"
},

@@ -12,0 +13,0 @@ "author": "Moshe Kabala",

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