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

koa-trie-router

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-trie-router - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

lib/routes.js

@@ -1,3 +0,5 @@

var METHODS = require('http').METHODS
var compose = require('koa-compose')
var METHODS = require('methods').map(function (method) {
return method.toUpperCase()
})

@@ -4,0 +6,0 @@ var Router = require('./router')

{
"name": "koa-trie-router",
"description": "Trie-routing for Koa",
"version": "0.0.1",
"version": "0.0.2",
"author": {

@@ -22,2 +22,3 @@ "name": "Jonathan Ong",

"routington": "*",
"methods": "*",
"koa-compose": "koajs/compose"

@@ -24,0 +25,0 @@ },

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