Comparing version 0.2.1 to 0.2.2
{ | ||
"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
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
110
364484
3
17
2879
2
+ Addedpath-to-regexp@^2.4.0
+ Addedpath-to-regexp@2.4.0(transitive)