You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@iodigital/vite-plugin-msw

Package Overview
Dependencies
Maintainers
5
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iodigital/vite-plugin-msw - npm Package Compare versions

Comparing version

to
2.0.0

dist/index.d.mts

2

dist/index.d.ts

@@ -11,2 +11,2 @@ import { RequestHandler } from 'msw';

export { VitePluginMswOptions, vitePluginMsw as default };
export { type VitePluginMswOptions, vitePluginMsw as default };
{
"name": "@iodigital/vite-plugin-msw",
"description": "Mock Service Worker browser and node integration for Vite",
"version": "1.0.0",
"version": "2.0.0",
"author": {

@@ -30,36 +30,40 @@ "name": "iO",

"build": "unbuild",
"lint": "eslint --ext .js,.vue,.ts --fix --ignore-path .gitignore .",
"test": "cross-env PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS=1 playwright test -c tests/playwright.config.ts",
"prepare": "husky install"
"test": "run-s test:*",
"test:format": "prettier -w .",
"test:type": "tsc --noEmit",
"test:lint": "eslint --ext .js,.ts --fix --ignore-path .gitignore .",
"test:e2e": "cross-env PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS=1 playwright test -c tests/playwright.config.ts",
"prepare": "husky install",
"prepublishOnly": "run-s test:* build"
},
"dependencies": {
"@mswjs/http-middleware": "^0.8.0",
"@mswjs/interceptors": "^0.25.7",
"body-parser": "^1.20.2",
"fs-extra": "^11.1.1",
"headers-polyfill": "^3.1.2",
"strict-event-emitter": "^0.5.0"
"headers-polyfill": "^4.0.2",
"strict-event-emitter": "^0.5.1"
},
"peerDependencies": {
"msw": "^1.0.0"
"msw": "^2.0.0"
},
"devDependencies": {
"@mswjs/interceptors": "^0.22.9",
"@playwright/test": "^1.32.1",
"@rushstack/eslint-patch": "^1.2.0",
"@types/body-parser": "^1.19.2",
"@types/connect": "^3.4.35",
"@types/fs-extra": "^11.0.1",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@playwright/test": "^1.39.0",
"@rushstack/eslint-patch": "^1.5.1",
"@types/body-parser": "^1.19.4",
"@types/connect": "^3.4.37",
"@types/fs-extra": "^11.0.3",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"cross-env": "^7.0.3",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.3",
"msw": "^1.2.1",
"playwright": "^1.32.1",
"prettier": "^2.8.7",
"typescript": "^5.0.2",
"unbuild": "^1.1.2",
"vite": "^4.2.1"
"msw": "^2.0.0",
"npm-run-all": "^4.1.5",
"playwright": "^1.39.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vite": "^4.5.0"
},

@@ -66,0 +70,0 @@ "workspaces": [

Sorry, the diff of this file is not supported yet