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 3.0.0 to 3.0.2

17

HISTORY.md

@@ -0,7 +1,15 @@

## [v3.0.2]
> May 8, 2017
- [#17] - Fix issue with `Image`. ([@jtag05])
- [#16] - Mark jsdom as a peer dependency.
[v3.0.2]: https://github.com/rstacruz/jsdom-global/compare/v3.0.0...v3.0.2
## [v3.0.0]
> May 8, 2017
- jsdom-global now requires jsdom v10.
- [#23] - jsdom-global now requires jsdom v10. ([@GinjiBan])
[v3.00]: https://github.com/rstacruz/jsdom-global/compare/v2.1.1...v3.0.0
[v3.0.0]: https://github.com/rstacruz/jsdom-global/compare/v2.1.1...v3.0.0

@@ -99,3 +107,8 @@ ## [v2.1.1]

[#11]: https://github.com/rstacruz/jsdom-global/issues/11
[#16]: https://github.com/rstacruz/jsdom-global/issues/16
[#17]: https://github.com/rstacruz/jsdom-global/issues/17
[#23]: https://github.com/rstacruz/jsdom-global/issues/23
[@kenjiru]: https://github.com/kenjiru
[@ngryman]: https://github.com/ngryman
[@GinjiBan]: https://github.com/GinjiBan
[@jtag05]: https://github.com/jtag05

@@ -16,2 +16,3 @@ // See jsdom's lib/jsdom/living/index.js

'ProcessingInstruction',
'Image',
'Text',

@@ -18,0 +19,0 @@ 'Event',

35

package.json
{
"name": "jsdom-global",
"version": "3.0.0",
"description": "Enable DOM in Node.js",
"main": "index.js",
"version": "3.0.2",
"author": "Rico Sta. Cruz <rico@ricostacruz.com>",
"browser": "browser.js",
"scripts": {
"test": "node test.js && standard"
"bugs": {
"url": "https://github.com/rstacruz/jsdom-global/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rstacruz/jsdom-global.git"
"devDependencies": {
"jsdom": "~10.0.0",
"standard": "~10.0.2",
"tape": "~4.6.3"
},
"homepage": "https://github.com/rstacruz/jsdom-global#readme",
"keywords": [
"dom",
"jsdom",
"dom",
"test"
],
"author": "Rico Sta. Cruz <rico@ricostacruz.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rstacruz/jsdom-global/issues"
"main": "index.js",
"peerDependencies": {
"jsdom": ">=10.0.0"
},
"homepage": "https://github.com/rstacruz/jsdom-global#readme",
"devDependencies": {
"jsdom": "~10.0.0",
"standard": "~10.0.2",
"tape": "~4.6.3"
"repository": {
"type": "git",
"url": "git+https://github.com/rstacruz/jsdom-global.git"
},
"scripts": {
"test": "node test.js && standard"
}
}
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