New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

msw-storybook-addon

Package Overview
Dependencies
Maintainers
2
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

msw-storybook-addon - npm Package Compare versions

Comparing version

to
2.0.0--canary.122.0f49e5c.0

dist/index.browser.d.ts

33

package.json
{
"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": {