Socket
Socket
Sign inDemoInstall

jest-serializer-html

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-serializer-html - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0

48

CHANGELOG.md

@@ -1,12 +0,46 @@

# 3.0.0
<a name="4.0.0"></a>
# [4.0.0](https://github.com/rayrutjes/jest-serializer-html/compare/v3.0.0...v4.0.0) (2017-05-18)
- Switched to [diffable-html](https://github.com/rayrutjes/diffable-html) to handle the HTML formatting
# 2.0.0
### Features
- Force every HTML attribute on its own line
- Use 2 spaces indenting by default
* **formatting:** upgrade diffable-html dependency to benefit from directive and comments outputting ([ad30c8c](https://github.com/rayrutjes/jest-serializer-html/commit/ad30c8c))
# 1.0.0
- Initial release
<a name="3.0.0"></a>
# [3.0.0](https://github.com/rayrutjes/jest-serializer-html/compare/v2.0.0...v3.0.0) (2017-04-18)
### Features
* **html-format:** better default HTML formatting that ameliorates diff readability ([3470ddd](https://github.com/rayrutjes/jest-serializer-html/commit/3470ddd))
<a name="2.0.0"></a>
# [2.0.0](https://github.com/rayrutjes/jest-serializer-html/compare/v1.0.2...v2.0.0) (2017-04-17)
### Features
* **html-format:** fix indent size to 2 spaces by default ([40598cb](https://github.com/rayrutjes/jest-serializer-html/commit/40598cb))
* **html-format:** force each tag attribute to be on its own line ([28f861b](https://github.com/rayrutjes/jest-serializer-html/commit/28f861b))
<a name="1.0.2"></a>
## [1.0.2](https://github.com/rayrutjes/jest-serializer-html/compare/v1.0.1...v1.0.2) (2017-04-16)
<a name="1.0.1"></a>
## [1.0.1](https://github.com/rayrutjes/jest-serializer-html/compare/1.0.0...v1.0.1) (2017-04-16)
<a name="1.0.0"></a>
# 1.0.0 (2017-04-14)

4

package.json
{
"name": "jest-serializer-html",
"version": "3.0.0",
"version": "4.0.0",
"description": "Jest snapshot serializer that beautifies HTML.",

@@ -37,3 +37,3 @@ "main": "index.js",

"dependencies": {
"diffable-html": "^1.0.0"
"diffable-html": "^2.0.0"
},

@@ -40,0 +40,0 @@ "devDependencies": {

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