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

@charlietango/msw-fastify-middleware

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@charlietango/msw-fastify-middleware - npm Package Compare versions

Comparing version

to
2.0.1

12

package.json
{
"name": "@charlietango/msw-fastify-middleware",
"version": "2.0.0",
"version": "2.0.1",
"author": "Charlie Tango",

@@ -30,3 +30,3 @@ "license": "MIT",

"dependencies": {
"@mswjs/interceptors": "^0.19.5",
"@mswjs/interceptors": "^0.22.1",
"headers-polyfill": "^3.1.2",

@@ -36,8 +36,8 @@ "strict-event-emitter": "0.4.6"

"devDependencies": {
"@types/node": "^18.13.0",
"fastify": "^4.12.0",
"msw": "^1.0.0",
"tsup": "^6.6.0",
"@types/node": "^18.14.2",
"fastify": "^4.13.0",
"msw": "^1.1.0",
"tsup": "^6.6.3",
"typescript": "^4.9.5"
}
}