jsdom-global
Advanced tools
Comparing version 3.0.0 to 3.0.2
@@ -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', |
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12781
251
1