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

universal-stores

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

universal-stores - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

dist/composition.d.ts

@@ -54,3 +54,3 @@ /**

*/
export declare function makeDerivedStore<TIn extends Record<string, unknown>, TOut>(readonlyStores: {
export declare function makeDerivedStore<TIn, TOut>(readonlyStores: {
[K in keyof TIn]: ReadonlyStore<TIn[K]>;

@@ -57,0 +57,0 @@ }, map: (value: {

@@ -5,3 +5,3 @@ {

"description": "State management made simple",
"version": "2.0.0",
"version": "2.0.1",
"type": "module",

@@ -8,0 +8,0 @@ "types": "dist/index.d.ts",

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