Socket
Socket
Sign inDemoInstall

@vitest/pretty-format

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vitest/pretty-format - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

18

dist/index.js

@@ -723,9 +723,17 @@ import styles from 'tinyrainbow';

if (process.env.NODE_ENV === 'production') {
reactIs.exports = requireReactIs_production_min();
} else {
reactIs.exports = requireReactIs_development();
var hasRequiredReactIs;
function requireReactIs () {
if (hasRequiredReactIs) return reactIs.exports;
hasRequiredReactIs = 1;
if (process.env.NODE_ENV === 'production') {
reactIs.exports = requireReactIs_production_min();
} else {
reactIs.exports = requireReactIs_development();
}
return reactIs.exports;
}
var reactIsExports = reactIs.exports;
var reactIsExports = requireReactIs();

@@ -732,0 +740,0 @@ function getChildren(arg, children = []) {

{
"name": "@vitest/pretty-format",
"type": "module",
"version": "2.1.1",
"version": "2.1.2",
"description": "Fork of pretty-format with support for ESM",

@@ -6,0 +6,0 @@ "license": "MIT",

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