New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

parjs

Package Overview
Dependencies
Maintainers
0
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parjs - npm Package Compare versions

Comparing version

to
1.3.5

1

dist/internal/combinators/recover.js

@@ -14,2 +14,3 @@ "use strict";

_apply(ps) {
ps.atLeast("Hard");
this.source.apply(ps);

@@ -16,0 +17,0 @@ if (ps.isOk || ps.isFatal)

2

package.json
{
"name": "parjs",
"version": "1.3.4",
"version": "1.3.5",
"description": "Library for building parsers using combinators.",

@@ -5,0 +5,0 @@ "keywords": [

# Parjs
![build](https://github.com/GregRos/parjs/actions/workflows/push.yaml/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/GregRos/parjs/badge.svg?branch=master)](https://coveralls.io/github/GregRos/parjs?branch=master)
![build](https://github.com/GregRos/parjs/actions/workflows/parjs.push.yaml/badge.svg)
[![codecov](https://codecov.io/github/GregRos/parjs/graph/badge.svg?flag=parjs)](https://codecov.io/github/GregRos/parjs?flags[0]=parjs)
[![npm](https://img.shields.io/npm/v/parjs)](https://www.npmjs.com/package/parjs)

@@ -6,0 +6,0 @@ [![Downloads](https://img.shields.io/npm/dm/parjs)](https://www.npmjs.com/package/parjs)

@@ -39,2 +39,3 @@ import type { ParjsCombinator } from "../../";

_apply(ps: ParsingState): void {
ps.atLeast("Hard");
this.source.apply(ps);

@@ -41,0 +42,0 @@ if (ps.isOk || ps.isFatal) return;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet