Socket
Socket
Sign inDemoInstall

hermes-parser

Package Overview
Dependencies
Maintainers
3
Versions
41
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 0.19.1 to 0.19.2

8

dist/estree/StripComponentSyntax.js

@@ -687,3 +687,5 @@ /**

const comp = mapHookDeclaration(node.declaration);
newBody.push(comp);
newBody.push(nodeWith(node, {
declaration: comp
}));
break;

@@ -709,3 +711,5 @@ }

const comp = mapHookDeclaration(node.declaration);
newBody.push(comp);
newBody.push(nodeWith(node, {
declaration: comp
}));
break;

@@ -712,0 +716,0 @@ }

{
"name": "hermes-parser",
"version": "0.19.1",
"version": "0.19.2",
"description": "A JavaScript parser built from the Hermes engine",

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

"dependencies": {
"hermes-estree": "0.19.1"
"hermes-estree": "0.19.2"
},

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

Sorry, the diff of this file is not supported yet

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

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