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

microrouter

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

microrouter - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

yarn.lock

11

package.json
{
"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

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