Socket
Socket
Sign inDemoInstall

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 16.0.0 to 16.0.2

5

build/utils.js

@@ -79,2 +79,5 @@ /**

const normalizeNewlines =
string => string.replace(/\r\n/g, '\n');
const saveSnapshotFile = (

@@ -87,3 +90,3 @@ snapshotData,

'exports[`' + escape(key) + '`] = `' +
escape(snapshotData[key]) + '`;');
normalizeNewlines(escape(snapshotData[key])) + '`;');

@@ -90,0 +93,0 @@

4

package.json
{
"name": "jest-snapshot",
"version": "16.0.0",
"version": "16.0.2",
"repository": {

@@ -14,3 +14,3 @@ "type": "git",

"jest-matcher-utils": "^16.0.0",
"jest-util": "^16.0.0",
"jest-util": "^16.0.2",
"natural-compare": "^1.4.0",

@@ -17,0 +17,0 @@ "pretty-format": "~4.2.1"

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