New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-to-jsx

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-to-jsx - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

4

index.js

@@ -17,4 +17,4 @@ var _ = require('lodash');

if (component.type && component.type.displayName) {
name = component.type.displayName;
if (component.type && (component.type.displayName || component.type.name)) {
name = component.type.displayName || component.type.name;
} else if (component.type) {

@@ -21,0 +21,0 @@ name = component.type;

{
"name": "react-to-jsx",
"version": "1.3.0",
"version": "1.3.1",
"main": "index.js",

@@ -5,0 +5,0 @@ "author": "Alex Lande",

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