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.14.0 to 0.15.0

2

dist/HermesToBabelAdapter.js

@@ -381,3 +381,3 @@ "use strict";

return {
type: 'ClassMethod',
type: key.type === 'PrivateName' ? 'ClassPrivateMethod' : 'ClassMethod',
loc: node.loc,

@@ -384,0 +384,0 @@ start: node.start,

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

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

"dependencies": {
"hermes-estree": "0.14.0"
"hermes-estree": "0.15.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

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