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

connect-route

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect-route - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

4

lib/connect-route.js
(function () {
'use strict';
var
methods = [ 'get', 'post', 'put', 'delete', 'connect', 'options', 'trace', 'copy', 'lock', 'mkcol', 'move', 'propfind', 'proppatch', 'unlock', 'report', 'mkactivity', 'checkout', 'merge' ],
methods = [ 'get', 'post', 'put', 'patch', 'delete', 'connect', 'options', 'trace', 'copy', 'lock', 'mkcol', 'move', 'propfind', 'proppatch', 'unlock', 'report', 'mkactivity', 'checkout', 'merge' ],
separator = /^[\s\/]+|[\s\/]+$/g,

@@ -114,2 +114,2 @@ i, length,

};
}());
}());
{
"name" : "connect-route",
"version" : "0.1.3",
"version" : "0.1.4",
"description" : "Simple and fast router for Connect",

@@ -5,0 +5,0 @@ "keywords": [ "router", "connect" ],

@@ -1,2 +0,1 @@

[![build status](https://secure.travis-ci.org/baryshev/connect-route.png)](http://travis-ci.org/baryshev/connect-route)
# About

@@ -3,0 +2,0 @@ Simple and fast router for Connect

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