Comparing version 1.1.2 to 1.1.3
@@ -0,1 +1,6 @@ | ||
1.1.3 / 2014-07-08 | ||
================== | ||
* Fix typo | ||
1.1.2 / 2014-07-08 | ||
@@ -2,0 +7,0 @@ ================== |
@@ -91,3 +91,3 @@ | ||
&& (Url === undefined || parsedUrl instanceof Url) | ||
&& parsed.href === req.url | ||
&& parsedUrl.href === req.url | ||
} |
{ | ||
"name": "parseurl", | ||
"description": "parse a url with memoization", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Jonathan Ong", |
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
4605