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

jsx-parser

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsx-parser - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

index.js

@@ -403,3 +403,3 @@ var strIndex = 0

// var index = Math.min.apply(0, pool)
if (index !== 0) {
if (index > 0) {
this.createText(left, index)

@@ -406,0 +406,0 @@ }

@@ -408,3 +408,3 @@ (function(global, factory) {

// var index = Math.min.apply(0, pool)
if (index !== 0) {
if (index > 0) {
this.createText(left, index)

@@ -411,0 +411,0 @@ }

{
"name": "jsx-parser",
"version": "1.0.1",
"version": "1.0.2",
"description": "a simple jsx parser",

@@ -5,0 +5,0 @@ "main": "index.js",

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