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

window

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

window - npm Package Compare versions

Comparing version 4.2.6 to 4.2.7

2

package.json
{
"name": "window",
"version": "4.2.6",
"version": "4.2.7",
"description": "Exports a jsdom window object.",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -68,3 +68,3 @@ # window

function createTitle(text, win) {
win = win || window;
win = win || (typeof window === 'undefined' ? undefined : window);

@@ -71,0 +71,0 @@ const title = win.document.createElement('h1');

Sorry, the diff of this file is not supported yet

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