node-window-polyfill
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -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", |
21576
289