Socket
Socket
Sign inDemoInstall

acorn-jsx

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acorn-jsx - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

2

inject.js

@@ -414,3 +414,3 @@ 'use strict';

if (code === 60 && this.exprAllowed) {
if (code === 60 && this.exprAllowed && this.input.charCodeAt(this.pos + 1) !== 33) {
++this.pos;

@@ -417,0 +417,0 @@ return this.finishToken(tt.jsxTagStart);

@@ -5,3 +5,3 @@ {

"homepage": "https://github.com/RReverser/acorn-jsx",
"version": "4.0.0",
"version": "4.0.1",
"maintainers": [

@@ -8,0 +8,0 @@ {

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