Comparing version 1.1.0 to 1.1.1
@@ -0,1 +1,6 @@ | ||
1.1.1 / 2014-07-08 | ||
================== | ||
* Fix Node.js 0.8 compatibility | ||
1.1.0 / 2014-07-08 | ||
@@ -2,0 +7,0 @@ ================== |
@@ -29,3 +29,3 @@ | ||
if (parsed instanceof Url && parsed.href === req.url) { | ||
if (typeof parsed === 'object' && parsed instanceof Url && parsed.href === req.url) { | ||
return parsed | ||
@@ -32,0 +32,0 @@ } |
{ | ||
"name": "parseurl", | ||
"description": "parse a url with memoization", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
4142
0