Socket
Socket
Sign inDemoInstall

acorn-jsx

Package Overview
Dependencies
1
Maintainers
3
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.3.0 to 5.3.1

2

index.js

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

jsxText: new TokenType('jsxText', {beforeExpr: true}),
jsxTagStart: new TokenType('jsxTagStart'),
jsxTagStart: new TokenType('jsxTagStart', {startsExpr: true}),
jsxTagEnd: new TokenType('jsxTagEnd')

@@ -33,0 +33,0 @@ };

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

"homepage": "https://github.com/acornjs/acorn-jsx",
"version": "5.3.0",
"version": "5.3.1",
"maintainers": [

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc