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.2.0-beta.0 to 1.2.0-beta.1

dist-cjs/context-store--basic/tests/object/index.mock.d.ts

4

CHANGELOG.md

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

## [1.2.0-beta.1] - 2023-07-15
- Fixed missing entrypoints
## [1.2.0-beta.0] - 2023-07-15

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

4

package.json

@@ -25,3 +25,3 @@ {

"prettier": "3.0.0",
"release-it": "16.1.0",
"release-it": "16.1.2",
"rimraf": "5.0.1",

@@ -72,3 +72,3 @@ "sortier": "2.0.0",

"type": "module",
"version": "1.2.0-beta.0"
"version": "1.2.0-beta.1"
}

@@ -59,3 +59,3 @@ # React context store

export const Items = () => {
const snapshot = React.useSyncExternalStore(...itemStore.getSyncExternalStoreParameters());
const snapshot = React.useSyncExternalStore(...itemStore.getUseSyncExternalStoreArgs());
const { state, data } = snapshot;

@@ -101,3 +101,3 @@

getAll,
getSyncExternalStoreParameters: () => [
getUseSyncExternalStoreArgs: () => [
// subscribe

@@ -104,0 +104,0 @@ () => () => {},

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