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

node-window-polyfill

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-window-polyfill - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

index.js

@@ -11,3 +11,3 @@ "use strict";

globalObject.window.setTimeout = globalObject.setTimeout || setTimeout;
globalObject.window.clearTimeout = globalObject.setTimeout || clearTimeout;
globalObject.window.clearTimeout = globalObject.clearTimeout || clearTimeout;
globalObject.window.WebSocket = globalObject.WebSocket;

@@ -67,2 +67,2 @@ globalObject.window.ArrayBuffer = globalObject.ArrayBuffer;

exports.default = { register: exports.register };
//# sourceMappingURL=index.js.map
//# sourceMappingURL=index.js.map
{
"name": "node-window-polyfill",
"version": "1.0.2",
"version": "1.0.3",
"description": "Polyfill for the problem `window is not defined` in node.js",

@@ -5,0 +5,0 @@ "main": "index",

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