You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

hermes-parser

Package Overview
Dependencies
Maintainers
3
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hermes-parser - npm Package Compare versions

Comparing version

to
0.28.0

4

dist/index.js

@@ -123,2 +123,6 @@ /**

if (options.enableExperimentalFlowMatchSyntax == null) {
options.enableExperimentalFlowMatchSyntax = true; // Enable by default
}
options.tokens = options.tokens === true;

@@ -125,0 +129,0 @@ options.allowReturnOutsideFunction = options.allowReturnOutsideFunction === true;

4

package.json
{
"name": "hermes-parser",
"version": "0.27.0",
"version": "0.28.0",
"description": "A JavaScript parser built from the Hermes engine",

@@ -12,3 +12,3 @@ "main": "dist/index.js",

"dependencies": {
"hermes-estree": "0.27.0"
"hermes-estree": "0.28.0"
},

@@ -15,0 +15,0 @@ "devDependencies": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet