Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

msw-storybook-addon

Package Overview
Dependencies
Maintainers
3
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--canary.122.bf62ea8.0 to 2.0.0--canary.122.dcca74c.0

dist/index.browser.d.ts

65

package.json
{
"name": "msw-storybook-addon",
"version": "2.0.0--canary.122.dcca74c.0",
"description": "Mock API requests in Storybook with Mock Service Worker.",
"version": "2.0.0--canary.122.bf62ea8.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"dev": "yarn build --watch",
"build": "tsc",
"prepublishOnly": "yarn build",
"release": "auto shipit"
},
"files": [
"dist/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mswjs/msw-storybook-addon.git",
"directory": "packages/msw-addon"
},
"keywords": [

@@ -30,8 +14,34 @@ "storybook-addon",

],
"author": "Aditya Agarwal (@dev__adi)",
"homepage": "https://msw-sb.vercel.app/",
"bugs": {
"url": "https://github.com/mswjs/msw-storybook-addon/issues"
},
"homepage": "https://msw-sb.vercel.app/",
"repository": {
"type": "git",
"url": "git+https://github.com/mswjs/msw-storybook-addon.git",
"directory": "packages/msw-addon"
},
"license": "MIT",
"author": "Aditya Agarwal (@dev__adi)",
"type": "module",
"exports": {
".": {
"types": "./dist/index.browser.d.ts",
"browser": "./dist/index.browser.js",
"react-native": "./dist/index.react-native.js",
"node": "./dist/index.node.js",
"default": "./dist/index.browser.js"
}
},
"main": "./dist/index.browser.js",
"types": "./dist/index.browser.d.ts",
"files": [
"dist/"
],
"scripts": {
"build": "tsup",
"dev": "yarn build --watch",
"prepublishOnly": "yarn build",
"release": "auto shipit"
},
"dependencies": {

@@ -41,6 +51,7 @@ "is-node-process": "^1.0.1"

"devDependencies": {
"@auto-it/released": "^10.32.2",
"auto": "^10.32.2",
"typescript": "^5.2.2",
"msw": "^2.0.9"
"@auto-it/released": "^11.1.1",
"auto": "^11.1.1",
"msw": "^2.0.9",
"tsup": "^8.0.1",
"typescript": "^5.2.2"
},

@@ -50,6 +61,2 @@ "peerDependencies": {

},
"storybook": {
"displayName": "Mock Service Worker",
"icon": "https://user-images.githubusercontent.com/1671563/144888802-84346d8f-77c9-4377-98c7-4b0364797978.png"
},
"auto": {

@@ -64,3 +71,7 @@ "prereleaseBranches": [

]
},
"storybook": {
"displayName": "Mock Service Worker",
"icon": "https://user-images.githubusercontent.com/1671563/144888802-84346d8f-77c9-4377-98c7-4b0364797978.png"
}
}
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