Huge News!Announcing our $40M Series B led by Abstract Ventures.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 2.0.0-beta.0 to 2.0.0-beta.1

dist/index.browser.d.ts

31

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc