Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@superstate/core

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@superstate/core - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

package.json
{
"name": "@superstate/core",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",

@@ -16,2 +16,2 @@ "author": {

}
}
}

@@ -22,3 +22,3 @@ /**

publish: () => void;
subscribe: (subscriber: ISubscriber<S>, target?: 'draft' | 'now') => () => ISubscriber<S>[];
subscribe: (subscriber: ISubscriber<S>, target?: 'draft' | 'now' | undefined) => (() => ISubscriber<S>[]) | undefined;
}

@@ -25,0 +25,0 @@ export declare type IDraft<S> = S | undefined;

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