Socket
Socket
Sign inDemoInstall

jest-util

Package Overview
Dependencies
19
Maintainers
6
Versions
259
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 28.0.0-alpha.9 to 28.0.0

2

build/deepCyclicCopy.js

@@ -24,3 +24,3 @@ 'use strict';

) {
if (typeof value !== 'object' || value === null) {
if (typeof value !== 'object' || value === null || Buffer.isBuffer(value)) {
return value;

@@ -27,0 +27,0 @@ } else if (cycles.has(value)) {

{
"name": "jest-util",
"version": "28.0.0-alpha.9",
"version": "28.0.0",
"repository": {

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

"dependencies": {
"@jest/types": "^28.0.0-alpha.9",
"@jest/types": "^28.0.0",
"@types/node": "*",

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

},
"gitHead": "7c63f5981eb20d4b89a4c04f3675e0050d8d7887"
"gitHead": "8f9b812faf8e4d241d560a8574f0c6ed20a89365"
}
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