can-route
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "can-route", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A simple regexp router that runs inside a `http.createServer` handler and returns false when it can’t route a request.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -42,3 +42,3 @@ # can-route | ||
#### Browser | ||
can-route also works in the browser, with basically the same API. The difference is that only the get method may be used to attach handlers, and | ||
can-route also works in the browser with basically the same API: | ||
@@ -45,0 +45,0 @@ ``` js |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
8721