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

0http

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

0http - npm Package Compare versions

Comparing version 3.1.2 to 3.2.0

2

lib/router/sequential.js

@@ -37,3 +37,3 @@ const Trouter = require('trouter')

if (typeof prefix === 'function') {
middlewares = [prefix]
middlewares = [prefix, ...middlewares]
prefix = '/'

@@ -40,0 +40,0 @@ }

{
"name": "0http",
"version": "v3.1.2",
"version": "v3.2.0",
"description": "Cero friction HTTP request router. The need for speed!",

@@ -9,3 +9,3 @@ "main": "index.js",

"format": "npx standard --fix",
"test": "PORT=3000 NODE_ENV=testing npx nyc --check-coverage --lines 85 node ./node_modules/mocha/bin/mocha tests/*.test.js"
"test": "cross-env PORT=3000 NODE_ENV=testing npx nyc --check-coverage --lines 85 node ./node_modules/mocha/bin/mocha tests/*.test.js"
},

@@ -34,2 +34,3 @@ "repository": {

"chai": "^4.3.6",
"cross-env": "^7.0.3",
"find-my-way": "^5.2.0",

@@ -51,2 +52,2 @@ "mocha": "^9.2.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