msw-storybook-addon
Advanced tools
Comparing version 2.0.0-beta.0 to 2.0.0-beta.1
{ | ||
"name": "msw-storybook-addon", | ||
"description": "Mock API requests in Storybook with Mock Service Worker.", | ||
"version": "2.0.0-beta.0", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"version": "2.0.0-beta.1", | ||
"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,4 +57,6 @@ }, | ||
"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" | ||
}, | ||
@@ -46,0 +63,0 @@ "peerDependencies": { |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
15805
7
438
0
6
1