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

react-context-store

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-context-store - npm Package Compare versions

Comparing version 1.0.0-beta.2 to 1.0.0-beta.3

4

changelog.md

@@ -10,2 +10,6 @@ # Changelog

## [1.0.0-beta.3] - 2021-02-21
- Fixed console warnings
## [1.0.0-beta.2] - 2021-02-16

@@ -12,0 +16,0 @@

1

dist/context-store--basic/index.js

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

exports.useContextStore = useContextStore;
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=interfaces.js.map

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

exports.getReplaceContextData = getReplaceContextData;
//# sourceMappingURL=index.js.map

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

exports.useIndexableContextStore = useIndexableContextStore;
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=interfaces.js.map

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

exports.getUpdatedContextDataForCreateOne = getUpdatedContextDataForCreateOne;
//# sourceMappingURL=get-create-one-context-data.js.map

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

exports.getUpdatedContextDataForDeleteOne = getUpdatedContextDataForDeleteOne;
//# sourceMappingURL=get-delete-one-context-data.js.map

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

exports.getUpdatedContextDataForUpdateOne = getUpdatedContextDataForUpdateOne;
//# sourceMappingURL=get-update-one-context-data.js.map

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

Object.defineProperty(exports, "getUpdateOneContextData", { enumerable: true, get: function () { return get_update_one_context_data_1.getUpdateOneContextData; } });
//# sourceMappingURL=index.js.map

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

exports.useIndexableStatefulContextStore = useIndexableStatefulContextStore;
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=interfaces.js.map

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

exports.getUpdatedContextDataForCreateOne = getUpdatedContextDataForCreateOne;
//# sourceMappingURL=get-create-one-context-data.js.map

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

exports.getUpdatedContextDataForDeleteOne = getUpdatedContextDataForDeleteOne;
//# sourceMappingURL=get-delete-one-context-data.js.map

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

exports.getUpdatedContextDataForUpdateOne = getUpdatedContextDataForUpdateOne;
//# sourceMappingURL=get-update-one-context-data.js.map

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

Object.defineProperty(exports, "getUpdateOneContextData", { enumerable: true, get: function () { return get_update_one_context_data_1.getUpdateOneContextData; } });
//# sourceMappingURL=index.js.map

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

Object.defineProperty(exports, "getNotImplementedPromise", { enumerable: true, get: function () { return shared_1.getNotImplementedPromise; } });
//# sourceMappingURL=index.js.map

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

exports.getNotImplementedPromise = getNotImplementedPromise;
//# sourceMappingURL=index.js.map

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

exports.getTestName = getTestName;
//# sourceMappingURL=get-test-name.js.map

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

exports.ShallowContextHarness = ShallowContextHarness;
//# sourceMappingURL=harness.js.map

@@ -46,3 +46,3 @@ {

"sideEffects": false,
"version": "1.0.0-beta.2"
"version": "1.0.0-beta.3"
}
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