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-dev.20190603 to 0.2.4

0

LICENSE.md

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

4

package.json
{
"name": "meriyah",
"version": "0.2.4-dev.20190603",
"version": "0.2.4",
"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",

}
}
}

@@ -0,0 +0,0 @@ <p align="center">

@@ -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';

@@ -70,2 +70,4 @@ import { Chars } from '../chars';

code === Chars.NarrowNoBreakSpace ||
code === Chars.ZeroWidthJoiner ||
code === Chars.ZeroWidthNonJoiner ||
code === Chars.MathematicalSpace ||

@@ -72,0 +74,0 @@ code === Chars.IdeographicSpace ||

@@ -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