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

woodland

Package Overview
Dependencies
Maintainers
1
Versions
352
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

woodland - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

4

lib/woodland.js

@@ -245,3 +245,3 @@ "use strict";

use (rpath, fn, method, host) {
use (rpath, fn, method, host = all) {
let lpath = rpath,

@@ -254,2 +254,3 @@ lfn = fn,

if (typeof lpath !== "string") {
lhost = lmethod || lhost;
lmethod = lfn;

@@ -261,3 +262,2 @@ lfn = lpath;

lmethod = lmethod ? lmethod.toUpperCase() : "GET";
lhost = lhost || all;

@@ -264,0 +264,0 @@ if (typeof lfn !== "function") {

{
"name": "woodland",
"version": "1.0.12",
"version": "1.0.13",
"description": "Lightweight HTTP/HTTPS router with virtual hosts",

@@ -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