@storybook/docs-mdx
Advanced tools
Comparing version 3.1.1--canary.5592450.0 to 4.0.0--canary.16.e5df4f9.0
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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
19956
Yes
597408
16
7