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

jest-snapshot

Package Overview
Dependencies
Maintainers
5
Versions
280
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-snapshot - npm Package Compare versions

Comparing version 18.5.0-alpha.7da3df39 to 19.0.0

12

build/utils.js

@@ -29,5 +29,5 @@ /**

const SNAPSHOT_VERSION_WARNING = chalk.yellow(
`${chalk.bold('Warning')}: It is advised to revert any local changes to ` +
`tests or other code during this upgrade to ensure that no invalid state ` +
`is stored as a snapshot.`);
`${chalk.bold('Warning')}: Before you upgrade snapshots, ` +
`we recommend that you revert any local changes to tests or other code, ` +
`to ensure that you do not store invalid state.`);

@@ -46,3 +46,3 @@

`${chalk.bold('Outdated snapshot')}: No snapshot header found. ` +
`Jest 19 introduced versioned snapshots to ensure all users of ` +
`Jest 19 introduced versioned snapshots to ensure all developers on ` +
`a project are using the same version of Jest. ` +

@@ -60,3 +60,3 @@ `Please update all snapshots during this upgrade of Jest.\n\n`) +

`file associated with this test is outdated. The snapshot file ` +
`version ensures that all users of a project are using ` +
`version ensures that all developers on a project are using ` +
`the same version of Jest. ` +

@@ -77,3 +77,3 @@ `Please update all snapshots during this upgrade of Jest.\n\n`) +

`with a newer version of Jest. ` +
`The snapshot file version ensures that all users of a project ` +
`The snapshot file version ensures that all developers on a project ` +
`are using the same version of Jest. ` +

@@ -80,0 +80,0 @@ `Please update your version of Jest and re-run the tests.\n\n`) +

{
"name": "jest-snapshot",
"version": "18.5.0-alpha.7da3df39",
"version": "19.0.0",
"repository": {

@@ -12,9 +12,9 @@ "type": "git",

"chalk": "^1.1.3",
"jest-diff": "^18.5.0-alpha.7da3df39",
"jest-file-exists": "^18.5.0-alpha.7da3df39",
"jest-matcher-utils": "^18.5.0-alpha.7da3df39",
"jest-util": "^18.5.0-alpha.7da3df39",
"jest-diff": "^19.0.0",
"jest-file-exists": "^19.0.0",
"jest-matcher-utils": "^19.0.0",
"jest-util": "^19.0.0",
"natural-compare": "^1.4.0",
"pretty-format": "^18.5.0-alpha.7da3df39"
"pretty-format": "^19.0.0"
}
}
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