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

msw

Package Overview
Dependencies
Maintainers
1
Versions
278
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

msw - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

14

package.json
{
"name": "msw",
"version": "0.5.1",
"version": "0.5.2",
"description": "Deviation-less client-side runtime API mocking using Service Workers.",

@@ -15,2 +15,4 @@ "main": "lib/index.js",

"test": "yarn run test:unit",
"test:integration": "jest --config=test/jest.config.js",
"test:focused": "node_modules/.bin/ts-node --project=test/tsconfig.json test/focusedTest.ts",
"prepublishOnly": "yarn test && yarn run build"

@@ -40,3 +42,6 @@ },

"@types/jest": "^25.1.2",
"@types/node": "^13.7.7",
"@types/puppeteer": "^2.0.1",
"@types/ramda": "^0.26.41",
"@types/webpack-dev-server": "^3.10.0",
"awesome-typescript-loader": "^5.2.1",

@@ -46,12 +51,15 @@ "babel-loader": "8.0.6",

"cross-env": "^7.0.0",
"express": "^4.17.1",
"html-webpack-plugin": "^3.2.0",
"jest": "^25.1.0",
"node-fetch": "^2.6.0",
"prettier": "^1.19.1",
"puppeteer": "^2.1.1",
"regenerator-runtime": "0.13.3",
"ts-jest": "^25.2.0",
"ts-node": "^8.6.2",
"typescript": "^3.7.5",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}

@@ -27,2 +27,6 @@ <p align="center">

> "This is awesome."
>
> – [Kent C. Dodds](https://twitter.com/kentcdodds/status/1233899811608219648)
## Documentation

@@ -29,0 +33,0 @@

Sorry, the diff of this file is too big to display

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