Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

winchan

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

winchan - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

package.json
{
"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 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc