New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

trek-router

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trek-router - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

12

lib/router.js

@@ -0,1 +1,7 @@

/*!
* router
* Copyright(c) 2015 Fangdun Cai
* MIT Licensed
*/
'use strict';

@@ -7,8 +13,2 @@

/*!
* router
* Copyright(c) 2015 Fangdun Cai
* MIT Licensed
*/
const METHODS = ['CONNECT', 'DELETE', 'GET', 'HEAD', 'OPTIONS', 'PATCH', 'POST', 'PUT', 'TRACE'];

@@ -15,0 +15,0 @@

{
"name": "trek-router",
"version": "0.3.0",
"version": "0.3.1",
"description": "A fast HTTP router",

@@ -25,9 +25,9 @@ "repository": "trekjs/router",

"devDependencies": {
"babel": "^5.2.17",
"babel": "^5.4.7",
"benchmark": "^1.0.0",
"isparta": "^3.x",
"istanbul": "^0.3.13",
"lodash": "^3.8.0",
"mocha": "^2.2.4",
"path-to-regexp": "^1.0.3",
"istanbul": "~0.3.14",
"lodash": "^3.9.2",
"mocha": "~2.2.5",
"path-to-regexp": "^1.2.0",
"route-recognizer": "^0.1.5",

@@ -44,4 +44,4 @@ "route-trie": "^1.0.0",

"node": ">= 0.8.0",
"iojs": "1.x.x"
"iojs": "*"
}
}
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