microrouter
Advanced tools
Comparing version 2.2.2 to 2.2.3
{ | ||
"name": "microrouter", | ||
"description": "🚉 A tiny and functional router for Zeit's Micro", | ||
"version": "2.2.2", | ||
"description": "🚉 A tiny and functional router for ZEIT's Micro", | ||
"version": "2.2.3", | ||
"main": "dist/index.js", | ||
"jsnext:main": "lib/index.js", | ||
"scripts": { | ||
"release": "np", | ||
"build": "rm -rf dist/* && babel lib --ignore *.test.js --out-dir dist --copy-files", | ||
@@ -16,3 +17,2 @@ "test": "xo && nyc ava", | ||
"dependencies": { | ||
"micro": "^8.0.1", | ||
"url-pattern": "^1.0.3" | ||
@@ -25,2 +25,4 @@ }, | ||
"coveralls": "^2.11.16", | ||
"micro": "^9.0.0", | ||
"np": "^2.16.0", | ||
"nyc": "^10.1.2", | ||
@@ -32,2 +34,5 @@ "request": "^2.79.0", | ||
}, | ||
"peerDependencies": { | ||
"micro": "^9.0.0" | ||
}, | ||
"xo": { | ||
@@ -34,0 +39,0 @@ "space": 2, |
@@ -1,2 +0,2 @@ | ||
:station: _**Micro Router -**_ A tiny and functional router for Zeit's [micro](https://github.com/zeit/micro) | ||
:station: _**Micro Router -**_ A tiny and functional router for ZEIT's [micro](https://github.com/zeit/micro) | ||
@@ -3,0 +3,0 @@ [![GitHub release](https://img.shields.io/github/release/pedronauck/micro-router.svg)]() |
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
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
169345
13
11
+ Addedarg@4.1.0(transitive)
+ Addedbytes@3.1.0(transitive)
+ Addedcontent-type@1.0.4(transitive)
+ Addeddepd@1.1.2(transitive)
+ Addedhttp-errors@1.7.3(transitive)
+ Addediconv-lite@0.4.24(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedmicro@9.4.1(transitive)
+ Addedraw-body@2.4.1(transitive)
+ Addedsafer-buffer@2.1.2(transitive)
+ Addedsetprototypeof@1.1.1(transitive)
+ Addedtoidentifier@1.0.0(transitive)
- Removedmicro@^8.0.1
- Removedbytes@2.5.0(transitive)
- Removeddepd@1.1.0(transitive)
- Removedhttp-errors@1.6.1(transitive)
- Removediconv-lite@0.4.18(transitive)
- Removedinherits@2.0.3(transitive)
- Removedis-stream@1.1.0(transitive)
- Removedmedia-typer@0.3.0(transitive)
- Removedmicro@8.0.4(transitive)
- Removedmri@1.1.0(transitive)
- Removedraw-body@2.3.0(transitive)
- Removedsetprototypeof@1.0.3(transitive)