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.0.2 to 2.1.0

2

lib/index.js

@@ -26,3 +26,3 @@ const { getParamsAndQuery } = require('../utils')

METHODS.forEach(method => {
exports[method.toLowerCase()] = methodFn(method)
exports[method === 'DELETE' ? 'del' : method.toLowerCase()] = methodFn(method)
})
{
"name": "microrouter",
"description": "🚉 A tiny and functional router for Zeit's Micro",
"version": "2.0.2",
"version": "2.1.0",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "scripts": {

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