Socket
Socket
Sign inDemoInstall

jest-validate

Package Overview
Dependencies
21
Maintainers
6
Versions
218
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 29.2.2 to 29.3.1

2

build/utils.js

@@ -63,2 +63,4 @@ 'use strict';

? value.toString()
: typeof value === 'undefined'
? 'undefined'
: JSON.stringify(value, null, 2).split('\n').join('\n ');

@@ -65,0 +67,0 @@ exports.formatPrettyObject = formatPrettyObject;

8

package.json
{
"name": "jest-validate",
"version": "29.2.2",
"version": "29.3.1",
"repository": {

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

"dependencies": {
"@jest/types": "^29.2.1",
"@jest/types": "^29.3.1",
"camelcase": "^6.2.0",

@@ -26,3 +26,3 @@ "chalk": "^4.0.0",

"leven": "^3.1.0",
"pretty-format": "^29.2.1"
"pretty-format": "^29.3.1"
},

@@ -38,3 +38,3 @@ "devDependencies": {

},
"gitHead": "0a8edbe0ac434394a16cc173a03ff54a9cc50e41"
"gitHead": "05deb8393c4ad71e19be2567b704dfd3a2ab5fc9"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc