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

msw

Package Overview
Dependencies
Maintainers
1
Versions
271
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.2.1 to 0.2.2

6

package.json
{
"name": "msw",
"version": "0.2.1",
"version": "0.2.2",
"description": "Serverless client-side API mocking without a single change to the codebase.",

@@ -13,3 +13,3 @@ "main": "lib/index.js",

"test": "jest",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm test && npm run build"
},

@@ -22,2 +22,3 @@ "author": {

"dependencies": {
"path-to-regexp": "^2.4.0",
"ramda": "^0.25.0",

@@ -36,2 +37,3 @@ "yargs": "^12.0.5"

"cross-env": "^5.2.0",
"express": "^4.16.4",
"jest": "^23.6.0",

@@ -38,0 +40,0 @@ "node-fetch": "^2.3.0",

@@ -0,1 +1,7 @@

<p align="center">
<a href="https://www.npmjs.com/package/msw">
<img src="https://img.shields.io/npm/v/msw.svg" alt="Package version">
</a>
</p>
<h1 align="center">MSW</h1>

@@ -83,3 +89,3 @@

![Service Workers: Update on reload](./media/sw-update-on-reload.png)
![Service Workers: Update on reload](https://raw.githubusercontent.com/kettanaito/msw/master/media/sw-update-on-reload.png)

@@ -86,0 +92,0 @@ > Read more on [The Service Worker Lifecycle](https://developers.google.com/web/fundamentals/primers/service-workers/lifecycle).

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

Sorry, the diff of this file is not supported yet

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