Socket
Socket
Sign inDemoInstall

@storybook/csf-plugin

Package Overview
Dependencies
Maintainers
29
Versions
744
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/csf-plugin - npm Package Compare versions

Comparing version 7.0.0-beta.19 to 7.0.0-beta.20

dist/index.d.ts

30

package.json
{
"name": "@storybook/csf-plugin",
"version": "7.0.0-beta.19",
"version": "7.0.0-beta.20",
"description": "Enrich CSF files via static analysis",

@@ -25,11 +25,12 @@ "keywords": [

".": {
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.mjs",
"types": "./dist/types/index.d.ts"
"node": "./dist/index.js",
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"./package.json": "./package.json"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [

@@ -43,6 +44,6 @@ "dist/**/*",

"check": "../../../scripts/node_modules/.bin/tsc --noEmit",
"prep": "node ../../../scripts/prepare.js"
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/csf-tools": "7.0.0-beta.19",
"@storybook/csf-tools": "7.0.0-beta.20",
"unplugin": "^0.10.2"

@@ -59,5 +60,12 @@ },

"./src/index.ts"
]
],
"externals": [
"webpack",
"vite",
"rollup",
"esbuild"
],
"platform": "node"
},
"gitHead": "da902f312eb354d20aa83bf0f0035b9744f93791"
"gitHead": "22701aedf564e467511887eb041f32ae0c96bcde"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc