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

react-cosmos-core

Package Overview
Dependencies
Maintainers
1
Versions
252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-cosmos-core - npm Package Compare versions

Comparing version 6.1.0 to 6.1.1-canary.cb0bcd0.0

4

dist/utils/state.d.ts

@@ -1,1 +0,3 @@

export type StateUpdater<T> = (prevState: T) => T;
export type StateUpdater<S> = (prevState: S) => S;
export type SetStateAction<S> = S | StateUpdater<S>;
export type Dispatch<A> = (value: A) => void;
{
"name": "react-cosmos-core",
"version": "6.1.0",
"version": "6.1.1-canary.cb0bcd0.0+cb0bcd0",
"description": "React Cosmos Core",

@@ -15,3 +15,3 @@ "repository": "https://github.com/react-cosmos/react-cosmos/tree/main/packages/react-cosmos-core",

},
"gitHead": "189ce69cb4c190459226ff7e550de0f1cc364242"
"gitHead": "cb0bcd0e18f400f6bd36cfa7b2478290c3db5e18"
}
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