Socket
Socket
Sign inDemoInstall

@storybook/csf-tools

Package Overview
Dependencies
256
Maintainers
25
Versions
934
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.3.0-rc.2 to 6.3.0-rc.3

dist/cjs/mdx/index.js

13

package.json
{
"name": "@storybook/csf-tools",
"version": "6.3.0-rc.2",
"version": "6.3.0-rc.3",
"description": "",

@@ -45,7 +45,13 @@ "keywords": [

"@babel/parser": "^7.12.11",
"@babel/plugin-transform-react-jsx": "^7.12.12",
"@babel/preset-env": "^7.12.11",
"@babel/traverse": "^7.12.11",
"@babel/types": "^7.12.11",
"@mdx-js/mdx": "^1.6.22",
"@storybook/csf": "^0.0.1",
"core-js": "^3.8.2",
"fs-extra": "^9.0.1",
"js-string-escape": "^1.0.1",
"lodash": "^4.17.20",
"prettier": "~2.2.1",
"regenerator-runtime": "^0.13.7"

@@ -55,3 +61,4 @@ },

"@types/fs-extra": "^9.0.6",
"js-yaml": "^3.14.1"
"js-yaml": "^3.14.1",
"ts-dedent": "^2.0.0"
},

@@ -61,4 +68,4 @@ "publishConfig": {

},
"gitHead": "0aaad2c19224858494bca5e712b3029cd66a2f6c",
"gitHead": "87dee11307023c5712abd524bd17a4d32caf9ced",
"sbmodern": "dist/modern/index.js"
}
# Storybook CSF Tools
A library to read, analyze, transform, and write CSF programmatically.
An experimental library to read, analyze, transform, and write CSF programmatically.

@@ -9,4 +9,6 @@ - Read - Parse a CSF file with Babel

It can can parse MDX into CSF.
Coming soon:
- Transform - Update the AST to add/remove/modify stories & metadata (TODO)
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc