Socket
Socket
Sign inDemoInstall

jsx-info

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsx-info - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# v1.6.1
- Crash fix
# v1.6.0

@@ -2,0 +6,0 @@

2

package.json
{
"name": "jsx-info",
"version": "1.6.0",
"version": "1.6.1",
"description": "displays a report of JSX component and prop usage",

@@ -5,0 +5,0 @@ "bin": "src/jsx-info.js",

@@ -7,2 +7,5 @@ const EXPRESSION = Symbol("formatPropValue.EXPRESSION");

}
if (!value) {
return EXPRESSION;
}
switch (value.type) {

@@ -9,0 +12,0 @@ // TODO: Should we interpret anything else here?

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