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.2 to 1.0.3

13

package.json
{
"name": "woodland",
"version": "1.0.2",
"version": "1.0.3",
"description": "Lightweight HTTP/HTTPS router with virtual hosts",

@@ -31,8 +31,7 @@ "main": "index.js",

"dependencies": {
"murmurhash3js": "^3.0.1",
"retsu": "^2.0.3",
"tiny-coerce": "^1.0.1",
"tiny-defer": "^1.0.4",
"tiny-lru": "^1.1.0",
"tiny-merge": "^1.0.0"
"murmurhash3js": "~3.0.1",
"retsu": "~2.0.3",
"tiny-coerce": "~1.0.1",
"tiny-defer": "~1.0.4",
"tiny-lru": "~1.1.0"
},

@@ -39,0 +38,0 @@ "devDependencies": {

@@ -57,3 +57,3 @@ # woodland

##### route (req, res)
Function for to `http.createServer()` or `https.createServer()`.
Function for `http.createServer()` or `https.createServer()`.

@@ -60,0 +60,0 @@ ##### routes (uri, host, method, override = false)

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