@storybook/docs-mdx
Advanced tools
Comparing version 3.1.0 to 3.1.1--canary.5592450.0
@@ -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
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
14
8
18053
631714
1
2
3
2
+ Addedacorn@^8.12.1
+ Addedacorn@8.14.0(transitive)