msw-storybook-addon
Advanced tools
Comparing version
{ | ||
"name": "msw-storybook-addon", | ||
"description": "Mock API requests in Storybook with Mock Service Worker.", | ||
"version": "2.0.0--canary.122.06f0c92.0", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"version": "2.0.0--canary.122.0f49e5c.0", | ||
"main": "./dist/index.browser.js", | ||
"types": "./dist/index.browser.d.ts", | ||
"exports": { | ||
"browser": { | ||
"types": "./dist/index.browser.d.ts", | ||
"default": "./dist/index.browser.js" | ||
}, | ||
"react-native": { | ||
"types": "./dist/index.react-native.d.ts", | ||
"default": "./dist/index.react-native.js" | ||
}, | ||
"node": { | ||
"types": "./dist/index.node.d.ts", | ||
"default": "./dist/index.node.js" | ||
} | ||
}, | ||
"scripts": { | ||
"dev": "yarn build --watch", | ||
"build": "tsc", | ||
"prepublishOnly": "yarn build", | ||
"clean": "rimraf ./dist", | ||
"build": "tsup", | ||
"prepublishOnly": "yarn clean && yarn build", | ||
"release": "auto shipit" | ||
@@ -42,7 +57,9 @@ }, | ||
"auto": "^10.32.2", | ||
"typescript": "^5.2.2", | ||
"msw": "^2.0.9" | ||
"msw": "^2.0.9", | ||
"rimraf": "^5.0.5", | ||
"tsup": "^8.0.1", | ||
"typescript": "^5.2.2" | ||
}, | ||
"peerDependencies": { | ||
"msw": "^2.0.9" | ||
"msw": "^2.0.0" | ||
}, | ||
@@ -49,0 +66,0 @@ "storybook": { |
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
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
15820
51.06%7
40%438
139.34%0
-100%6
50%