Comparing version 1.1.1 to 1.1.2
@@ -84,3 +84,3 @@ 'use strict'; | ||
parsed = parsed || url.parse(referrer); | ||
const { hostname } = parsed; | ||
const hostname = parsed.hostname || ''; | ||
@@ -87,0 +87,0 @@ if (item[0] === '.' && |
1.1.2 / 2017-07-21 | ||
================== | ||
* fix: should not throw when referrer illegal (#5) | ||
1.1.1 / 2017-06-04 | ||
@@ -3,0 +8,0 @@ ================== |
{ | ||
"name": "egg-jsonp", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "jsonp support for egg", | ||
@@ -5,0 +5,0 @@ "eggPlugin": { |
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
10099
0