Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

meriyah

Package Overview
Dependencies
Maintainers
1
Versions
917
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

meriyah - npm Package Compare versions

Comparing version 0.1.15 to 0.2.0

2

package.json
{
"name": "meriyah",
"version": "0.1.15",
"version": "0.2.0",
"description": "A 100% compliant, self-hosted javascript parser with high focus on both performance and stability",

@@ -5,0 +5,0 @@ "main": "dist/meriyah.umd.js",

@@ -119,4 +119,5 @@ <p align="center">

| `next` | Allow parsing with `ESNext` features |
| `parenthesizedExpr` | Enable non-standard parenthesized expression node |
| `raw` | Attach raw property to each literal node |
| `ranges` | Append start and end offsets to each node |
| `webcompat` | Enable [web compability](https://tc39.github.io/ecma262/#sec-additional-ecmascript-features-for-web-browsers) |
| `webcompat` | Enable [web compability](https://tc39.github.io/ecma262/#sec-additional-ecmascript-features-for-web-browsers)|

@@ -18,3 +18,3 @@ import { Token, KeywordDescTable } from './token';

OptionsGlobalAwait = 1 << 6,
OptionsExperimental = 1 << 7,
OptionsParenthesized = 1 << 7,
OptionsWebCompat = 1 << 8,

@@ -21,0 +21,0 @@ OptionsRaw = 1 << 9,

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