Socket
Socket
Sign inDemoInstall

pretty-format

Package Overview
Dependencies
4
Maintainers
6
Versions
234
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 29.5.0 to 29.6.0

16

build/index.d.ts

@@ -67,11 +67,9 @@ /**

printFunctionName: true;
theme: Required<
Partial<{
readonly comment: string;
readonly content: string;
readonly prop: string;
readonly tag: string;
readonly value: string;
}>
>;
theme: Required<{
readonly comment?: string | undefined;
readonly content?: string | undefined;
readonly prop?: string | undefined;
readonly tag?: string | undefined;
readonly value?: string | undefined;
}>;
};

@@ -78,0 +76,0 @@

@@ -9,2 +9,8 @@ 'use strict';

var Symbol = globalThis['jest-symbol-do-not-touch'] || globalThis.Symbol;
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
const asymmetricMatcher =

@@ -11,0 +17,0 @@ typeof Symbol === 'function' && Symbol.for

@@ -9,2 +9,10 @@ 'use strict';

var Symbol = globalThis['jest-symbol-do-not-touch'] || globalThis.Symbol;
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
// Child can be `number` in Stack renderer but not in Fiber renderer.
const testSymbol =

@@ -11,0 +19,0 @@ typeof Symbol === 'function' && Symbol.for

{
"name": "pretty-format",
"version": "29.5.0",
"version": "29.6.0",
"repository": {

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

"dependencies": {
"@jest/schemas": "^29.4.3",
"@jest/schemas": "^29.6.0",
"ansi-styles": "^5.0.0",

@@ -29,6 +29,6 @@ "react-is": "^18.0.0"

"@types/react": "^17.0.3",
"@types/react-is": "^17.0.0",
"@types/react-is": "^18.0.0",
"@types/react-test-renderer": "17.0.2",
"immutable": "^4.0.0",
"jest-util": "^29.5.0",
"jest-util": "^29.6.0",
"react": "17.0.2",

@@ -44,3 +44,3 @@ "react-dom": "^17.0.1",

},
"gitHead": "39f3beda6b396665bebffab94e8d7c45be30454c"
"gitHead": "c1e5b8a38ef54bb138409f89831942ebf6a7a67e"
}
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