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

@dump247/storybook-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

@dump247/storybook-state - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

3

package.json
{
"name": "@dump247/storybook-state",
"version": "1.0.1",
"version": "1.0.2",
"description": "Manage component state in storybook stories.",

@@ -8,3 +8,2 @@ "main": "dist/index.js",

"build": "babel index.js --out-dir dist",
"publish": "npm run build && npm publish",
"test": "jest"

@@ -11,0 +10,0 @@ },

@@ -34,3 +34,3 @@ # Storybook State

label="Test Checkbox"
onChange={(checked) => store.set({ checked })}/>
onChange={(checked) => store.set({ checked })}/>
));

@@ -37,0 +37,0 @@ ```

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