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.1--canary.5592450.0 to 4.0.0--canary.16.e5df4f9.0

dist/chunk-G4DZPT6I.js

4

dist/index.d.ts
import { Program } from 'hast-util-to-estree/lib';
declare const extractImports: (root: Program) => Record<string, string>;
declare const getHeadings: (root: any) => string[];
declare const plugin: (store: any) => (root: any) => any;

@@ -12,4 +13,5 @@ declare const analyze: (code: string) => Promise<{

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

@@ -11,5 +11,16 @@ "repository": {

"author": "Michael Shilman <michael@lab80.co>",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"typesVersions": {
"*": {
"*": [
"./dist/index.d.ts"
]
}
},
"files": [

@@ -44,3 +55,5 @@ "dist/**/*",

"estree-jsx": "^0.0.1",
"hast-util-select": "^6.0.2",
"hast-util-to-estree": "^3.1.0",
"hast-util-to-string": "^3.0.0",
"husky": ">=6",

@@ -47,0 +60,0 @@ "lint-staged": ">=10",

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