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

@storybook/docs-mdx

Package Overview
Dependencies
Maintainers
11
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 3.1.0 to 3.1.1--canary.5592450.0

dist/chunk-PT4JZYAX.mjs

8

dist/index.d.ts

@@ -1,6 +0,6 @@

import * as t from '@babel/types';
import { Program } from 'hast-util-to-estree/lib';
declare const extractImports: (root: t.File) => Record<string, string>;
declare const extractImports: (root: Program) => Record<string, string>;
declare const plugin: (store: any) => (root: any) => any;
declare const analyze: (code: string) => {
declare const analyze: (code: string) => Promise<{
title: any;

@@ -12,4 +12,4 @@ of: any;

imports: any;
};
}>;
export { analyze, extractImports, plugin };
{
"name": "@storybook/docs-mdx",
"version": "3.1.0",
"version": "3.1.1--canary.5592450.0",
"description": "Storybook Docs MDX analyzer",

@@ -25,3 +25,2 @@ "repository": {

"prettier": "prettier",
"prebuild": "rm -rf dist",
"release": "yarn build && auto shipit",

@@ -36,20 +35,15 @@ "start": "concurrently \"yarn build:watch\" \"yarn storybook -- --no-manager-cache --quiet\"",

},
"dependencies": {
"acorn": "^8.12.1"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/parser": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/preset-typescript": "^7.23.3",
"@babel/traverse": "^7.23.6",
"@babel/types": "^7.23.6",
"@mdx-js/mdx": "^3.0.0",
"@types/babel__traverse": "^7.20.4",
"@types/lodash": "^4.14.202",
"@types/node": "^18.0.0",
"auto": "^11.1.2",
"concurrently": "^8.2.2",
"estree-to-babel": "^9.0.0",
"estree-jsx": "^0.0.1",
"hast-util-to-estree": "^3.1.0",
"husky": ">=6",
"lint-staged": ">=10",
"lodash": "^4.17.21",
"meriyah": "^4.5.0",
"prettier": "^3.1.1",

@@ -56,0 +50,0 @@ "ts-dedent": "^2.2.0",

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