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

clean-state

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

clean-state - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

14

index.d.ts

@@ -7,8 +7,10 @@ export interface Module {

export type Bootstrap = <Modules>(
modules: Modules,
) => {
useModule: UseModule<Modules>;
dispatch: InnerDispatch<Modules>;
};
export interface Bootstrap {
<Modules>(modules: Modules): {
useModule: UseModule<Modules>;
dispatch: InnerDispatch<Modules>;
};
DISPATCH_TYPE: symbol;
addPlugin: (plugin: any) => void;
}

@@ -15,0 +17,0 @@ export type NameSpaceDeclare<Modules> = keyof Modules | (keyof Modules)[];

{
"name": "clean-state",
"version": "2.1.3",
"version": "2.1.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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