Socket
Socket
Sign inDemoInstall

jsdom-global

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsdom-global - npm Package Compare versions

Comparing version 1.6.1 to 1.6.2

2

browser.js

@@ -7,3 +7,3 @@ /*

module.exports = function (fn) {
if (typeof func === 'function') return fn()
if (typeof fn === 'function') return fn()
return noop

@@ -10,0 +10,0 @@ }

@@ -0,1 +1,8 @@

## [v1.6.2]
> Feb 22, 2016
- Fix typo in browser.js.
[v1.6.2]: https://github.com/rstacruz/jsdom-global/compare/v1.6.1...v1.6.2
## [v1.6.1]

@@ -2,0 +9,0 @@ > Jan 15, 2016

{
"name": "jsdom-global",
"version": "1.6.1",
"version": "1.6.2",
"description": "Enable DOM in Node.js",

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

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