Comparing version 1.0.2 to 1.0.3
{ | ||
"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) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5
14787
28
+ Addedtiny-coerce@1.0.1(transitive)
+ Addedtiny-lru@1.1.0(transitive)
- Removedtiny-merge@^1.0.0
- Removedtiny-coerce@1.1.1(transitive)
- Removedtiny-lru@1.6.4(transitive)
- Removedtiny-merge@1.0.0(transitive)
Updatedmurmurhash3js@~3.0.1
Updatedretsu@~2.0.3
Updatedtiny-coerce@~1.0.1
Updatedtiny-defer@~1.0.4
Updatedtiny-lru@~1.1.0