Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pretty-format

Package Overview
Dependencies
Maintainers
5
Versions
237
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pretty-format - npm Package Compare versions

Comparing version 22.4.3 to 23.0.0-alpha.2

4

build/plugins/react_element.js

@@ -20,2 +20,3 @@ 'use strict';

const elementSymbol = Symbol.for('react.element');
const fragmentSymbol = Symbol.for('react.fragment');

@@ -44,2 +45,5 @@ // Given element.props.children, or subtree during recursive traversal,

}
if (element.type === fragmentSymbol) {
return 'React.Fragment';
}
return 'UNDEFINED';

@@ -46,0 +50,0 @@ };

2

package.json
{
"name": "pretty-format",
"version": "22.4.3",
"version": "23.0.0-alpha.2",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

Sorry, the diff of this file is too big to display

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