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.2.4 to 0.2.5-dev.20190604

dist/chars.d.ts

0

LICENSE.md

@@ -0,0 +0,0 @@ ISC License

4

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

@@ -92,2 +92,2 @@ "main": "dist/meriyah.umd.js",

}
}
}

@@ -5,2 +5,6 @@ <p align="center">

<h4 align="center">A 100% compliant, self-hosted javascript parser with high focus on both performance and stability</h4>
<p align="center">
[![NPM version](https://img.shields.io/npm/v/meriyah.svg?style=flat-square)](https://www.npmjs.com/package/meriyah)

@@ -10,5 +14,4 @@ [![Code Quality: Javascript](https://img.shields.io/lgtm/grade/javascript/g/meriyah/meriyah.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/meriyah/meriyah/context:javascript)

[![CircleCI](https://circleci.com/gh/meriyah/meriyah.svg?style=svg)](https://circleci.com/gh/meriyah/meriyah)
</p>
A 100% compliant, self-hosted javascript parser with high focus on both performance and stability.
## Features

@@ -15,0 +18,0 @@

@@ -0,0 +0,0 @@ /**

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

@@ -0,0 +0,0 @@ import { ParserState } from './common';

@@ -0,0 +0,0 @@ interface _Node<T extends string> {

@@ -0,0 +0,0 @@ import { unicodeLookup } from '../unicode';

@@ -0,0 +0,0 @@ ### Lexer source

@@ -0,0 +0,0 @@ import { Context } from './common';

@@ -0,0 +0,0 @@ export const enum Token {

@@ -0,0 +0,0 @@ // Unicode v. 12 support

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