use-sync-external-store
Advanced tools
Comparing version 0.0.0-experimental-eb3ad065-20240822 to 0.0.0-experimental-ebc22ef7-20250225
{ | ||
"name": "use-sync-external-store", | ||
"description": "Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks.", | ||
"version": "0.0.0-experimental-eb3ad065-20240822", | ||
"version": "0.0.0-experimental-ebc22ef7-20250225", | ||
"exports": { | ||
".": "./index.js", | ||
"./with-selector": "./with-selector.js", | ||
"./with-selector.js": "./with-selector.js", | ||
"./shim": { | ||
"react-native": "./shim/index.native.js", | ||
"default": "./shim/index.js" | ||
}, | ||
"./shim/index.js": "./shim/index.js", | ||
"./shim/index.native": "./shim/index.native.js", | ||
"./shim/index.native.js": "./shim/index.native.js", | ||
"./shim/with-selector": "./shim/with-selector.js", | ||
"./shim/with-selector.js": "./shim/with-selector.js", | ||
"./package.json": "./package.json" | ||
}, | ||
"repository": { | ||
@@ -22,3 +37,3 @@ "type": "git", | ||
"peerDependencies": { | ||
"react": "0.0.0-experimental-eb3ad065-20240822" | ||
"react": "0.0.0-experimental-ebc22ef7-20250225" | ||
}, | ||
@@ -25,0 +40,0 @@ "devDependencies": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
28213
0