Socket
Socket
Sign inDemoInstall

@storybook/docs-mdx

Package Overview
Dependencies
Maintainers
26
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/docs-mdx - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1--canary.13.337e14c.0

34

package.json
{
"name": "@storybook/docs-mdx",
"version": "0.1.0",
"version": "0.1.1--canary.13.337e14c.0",
"description": "Storybook Docs MDX analyzer",

@@ -29,3 +29,4 @@ "repository": {

"storybook": "start-storybook -p 6006",
"test": "jest"
"test": "vitest run",
"test:watch": "vitest dev"
},

@@ -35,4 +36,3 @@ "lint-staged": {

},
"devDependencies": {
"@babel/cli": "^7.12.1",
"dependencies": {
"@babel/core": "^7.12.3",

@@ -44,29 +44,25 @@ "@babel/parser": "^7.12.11",

"@babel/types": "^7.14.8",
"@jest/types": "^27.0.6",
"@mdx-js/mdx": "^2.0.0",
"@types/jest": "^27.0.3",
"estree-to-babel": "^4.9.0",
"hast-util-to-estree": "^2.0.2",
"lodash": "^4.17.21"
},
"devDependencies": {
"@mdx-js/mdx": "^3.0.0",
"@types/babel__traverse": "^7.12.11",
"@types/lodash": "^4.14.182",
"@types/node": "^16.4.1",
"auto": "^10.3.0",
"babel-jest": "^27.0.6",
"babel-loader": "^8.1.0",
"babel-plugin-add-import-extension": "^1.6.0",
"concurrently": "^7.0.0",
"estree-to-babel": "^4.9.0",
"hast-util-to-estree": "^2.0.2",
"husky": ">=6",
"jest": "^27.0.6",
"jest-environment-jsdom": "^27.0.6",
"lint-staged": ">=10",
"lodash": "^4.17.21",
"prettier": "^2.3.1",
"rimraf": "^3.0.2",
"ts-dedent": "^2.2.0",
"ts-jest": "^27.0.4",
"tsup": "^6.2.2",
"typescript": "^4.2.4"
"typescript": "^4.2.4",
"vitest": "^1.1.0"
},
"publishConfig": {
"access": "public"
}
},
"packageManager": "yarn@4.0.2"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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