Socket
Socket
Sign inDemoInstall

jsdom-global

Package Overview
Dependencies
0
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.0 to 1.5.0

7

HISTORY.md

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

## [v1.5.0]
> Jan 12, 2016
- Remove tape integration... we don't need it.
[v1.5.0]: https://github.com/rstacruz/jsdom-global/compare/v1.4.0...v1.5.0
## [v1.4.0]

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

2

package.json
{
"name": "jsdom-global",
"version": "1.4.0",
"version": "1.5.0",
"description": "Enable DOM in Node.js",

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

@@ -63,14 +63,2 @@ # jsdom-global

_Optional:_ you can also use the tape helper, which will add jsdom initialization to the tap output, letting you see how long it takes to bootstrap the jsdom environment.
```js
var test = require('tape')
test('jsdom', require('jsdom-global/tape')())
// TAP version 13
// # jsdom
// ok 1 jsdom enabled
// ...
```
## Mocha

@@ -77,0 +65,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc