Socket
Socket
Sign inDemoInstall

@storybook/docs-mdx

Package Overview
Dependencies
Maintainers
30
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.0.1-canary.3.c25ec0c.0 to 0.0.1-canary.9.097fd53.0

dist/index.d.ts

49

package.json
{
"name": "@storybook/docs-mdx",
"version": "0.0.1-canary.3.c25ec0c.0",
"version": "0.0.1-canary.9.097fd53.0",
"description": "Storybook Docs MDX analyzer",

@@ -9,7 +9,7 @@ "repository": {

},
"license": "MIT",
"author": "Michael Shilman <michael@lab80.co>",
"license": "MIT",
"type": "module",
"main": "index",
"types": "dist/ts/index.d.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [

@@ -19,27 +19,17 @@ "dist/**/*",

"*.js",
"*.d.ts",
"index.mjs",
"index.cjs"
"*.d.ts"
],
"scripts": {
"clean": "rimraf ./dist",
"buildBabel": "babel ./src -d ./dist/esm --env-name dist --extensions \".js,.jsx,.ts,.tsx\"",
"buildTsc": "tsc --declaration --emitDeclarationOnly --outDir ./dist/ts",
"prebuild": "yarn clean",
"build": "concurrently \"yarn buildBabel\" \"yarn buildTsc\"",
"build:watch": "concurrently \"yarn buildBabel:cjs -- --watch\" \"yarn buildTsc -- --watch\"",
"test": "jest",
"build": "tsup",
"build-storybook": "build-storybook",
"prepare": "husky install",
"prettier": "prettier",
"prebuild": "rm -rf dist",
"release": "yarn build && auto shipit",
"start": "concurrently \"yarn build:watch\" \"yarn storybook -- --no-manager-cache --quiet\"",
"release": "yarn build && auto shipit",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"prettier": "prettier",
"prepare": "husky install"
"test": "jest"
},
"dependencies": {
"@babel/traverse": "^7.12.11",
"@mdx-js/mdx": "^2.0.0",
"estree-to-babel": "^4.9.0",
"hast-util-to-estree": "^2.0.2",
"lodash": "^4.17.21"
"lint-staged": {
"*.{ts,js,css,md}": "prettier --write"
},

@@ -52,4 +42,6 @@ "devDependencies": {

"@babel/preset-typescript": "^7.13.0",
"@babel/traverse": "^7.12.11",
"@babel/types": "^7.14.8",
"@jest/types": "^27.0.6",
"@mdx-js/mdx": "^2.0.0",
"@types/jest": "^27.0.3",

@@ -63,2 +55,4 @@ "@types/lodash": "^4.14.182",

"concurrently": "^7.0.0",
"estree-to-babel": "^4.9.0",
"hast-util-to-estree": "^2.0.2",
"husky": ">=6",

@@ -68,2 +62,3 @@ "jest": "^27.0.6",

"lint-staged": ">=10",
"lodash": "^4.17.21",
"prettier": "^2.3.1",

@@ -73,7 +68,5 @@ "rimraf": "^3.0.2",

"ts-jest": "^27.0.4",
"tsup": "^6.2.2",
"typescript": "^4.2.4"
},
"lint-staged": {
"*.{ts,js,css,md}": "prettier --write"
},
"publishConfig": {

@@ -80,0 +73,0 @@ "access": "public"

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