Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "winchan", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"devDependencies": { | ||
@@ -5,0 +5,0 @@ "express": "3.21.2", |
@@ -20,2 +20,6 @@ var WinChan = (function() { | ||
function isInternetExplorer() { | ||
if (typeof navigator === 'undefined') { | ||
return false; | ||
} | ||
var rv = -1; // Return value assumes failure. | ||
@@ -53,3 +57,3 @@ var ua = navigator.userAgent; | ||
function isSupported() { | ||
return (window.JSON && window.JSON.stringify && | ||
return (typeof window !== 'undefined' && window.JSON && window.JSON.stringify && | ||
window.JSON.parse && window.postMessage); | ||
@@ -56,0 +60,0 @@ } |
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
608787
10474
0