Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jest-image-snapshot

Package Overview
Dependencies
Maintainers
5
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-image-snapshot - npm Package Compare versions

Comparing version 3.1.0 to 4.0.0

12

CHANGELOG.md

@@ -0,1 +1,13 @@

# [4.0.0](https://github.com/americanexpress/jest-image-snapshot/compare/v3.1.0...v4.0.0) (2020-05-14)
### chore
* upgrade to jest 26 + drop node 8 support ([#205](https://github.com/americanexpress/jest-image-snapshot/issues/205)) ([4834533](https://github.com/americanexpress/jest-image-snapshot/commit/4834533369dae1533c93ad883e3f66617d7d9c3f))
### BREAKING CHANGES
* drop node 8 support
# [3.1.0](https://github.com/americanexpress/jest-image-snapshot/compare/v3.0.1...v3.1.0) (2020-04-17)

@@ -2,0 +14,0 @@

14

package.json
{
"name": "jest-image-snapshot",
"version": "3.1.0",
"version": "4.0.0",
"description": "Jest matcher for image comparisons. Most commonly used for visual regression testing.",
"main": "src/index.js",
"engines": {
"node": ">=8.0.0"
"node": ">= 10.14.2"
},

@@ -56,4 +56,4 @@ "scripts": {

"image-size": "^0.8.3",
"jest": "^25.1.0",
"jest-snapshot": "^25.1.0",
"jest": "^26.0.1",
"jest-snapshot": "^26.0.1",
"semantic-release": "^17.0.4",

@@ -74,3 +74,3 @@ "lockfile-lint": "^4.0.0",

"peerDependencies": {
"jest": ">=20 <=25"
"jest": ">=20 <=26"
},

@@ -88,5 +88,5 @@ "husky": {

"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github",
"@semantic-release/npm"
"@semantic-release/github"
],

@@ -93,0 +93,0 @@ "branch": "master"

@@ -25,3 +25,3 @@ <h1 align="center">

* Take image snapshots of your React components
* Take image snapshots of your application
* Ability to compare snapshots from a baseline

@@ -28,0 +28,0 @@ * Update snapshots when you're good with changes

Sorry, the diff of this file is not supported yet

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