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.6 to 0.2.7

2

package.json
{
"name": "meriyah",
"version": "0.2.6",
"version": "0.2.7",
"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",

@@ -14,3 +14,3 @@ import { nextCodePoint, CharTypes, CharFlags, ScannerState } from './';

if (index === parser.end) return;
if (parser.nextCP === Chars.ByteOrderMark || parser.nextCP === Chars.ZeroWidthNoBreakSpace) {
if (parser.nextCP === Chars.ByteOrderMark) {
parser.index = ++index;

@@ -17,0 +17,0 @@ parser.nextCP = parser.source.charCodeAt(index);

@@ -66,2 +66,3 @@ import { Chars } from '../chars';

code === Chars.NonBreakingSpace ||
code === Chars.ZeroWidthNoBreakSpace ||
code === Chars.NextLine ||

@@ -71,4 +72,2 @@ code === Chars.Ogham ||

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

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

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