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

find-my-way

Package Overview
Dependencies
Maintainers
2
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

find-my-way - npm Package Compare versions

Comparing version 1.14.0 to 1.14.1

2

node.js

@@ -217,3 +217,3 @@ 'use strict'

`
for (var i in http.METHODS) {
for (var i = 0; i < http.METHODS.length; i++) {
var m = http.METHODS[i]

@@ -220,0 +220,0 @@ code += `this['${m}'] = handlers['${m}'] || null

{
"name": "find-my-way",
"version": "1.14.0",
"version": "1.14.1",
"description": "Crazy fast http radix based router",

@@ -5,0 +5,0 @@ "main": "index.js",

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