msw-storybook-addon
Advanced tools
Comparing version 2.0.0--canary.122.bf62ea8.0 to 2.0.0--canary.122.dcca74c.0
{ | ||
"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" | ||
} | ||
} |
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
12853
7
363
0
Yes
5
1