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

@types/nearley

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/nearley - npm Package Compare versions

Comparing version 2.11.1 to 2.11.2

14

nearley/index.d.ts

@@ -18,3 +18,3 @@ // Type definitions for nearley 2.11

lexer: Lexer;
lexerState?: LexerState;
lexerState?: LexerState | undefined;
current: number;

@@ -47,4 +47,4 @@ /**

export interface ParserOptions {
keepHistory?: boolean;
lexer?: Lexer;
keepHistory?: boolean | undefined;
lexer?: Lexer | undefined;
}

@@ -58,3 +58,3 @@

symbols: any[];
postprocess?: Postprocessor;
postprocess?: Postprocessor | undefined;

@@ -72,3 +72,3 @@ constructor(name: string, symbols: any[], postprocess?: Postprocessor);

byName: {[ruleName: string]: Rule[]};
lexer?: Lexer;
lexer?: Lexer | undefined;

@@ -79,3 +79,3 @@ constructor(rules: Rule[]);

export interface CompiledRules {
Lexer?: Lexer;
Lexer?: Lexer | undefined;
ParserStart: string;

@@ -88,3 +88,3 @@ ParserRules: ParserRule[];

symbols: any[];
postprocess?: Postprocessor;
postprocess?: Postprocessor | undefined;
}

@@ -91,0 +91,0 @@

{
"name": "@types/nearley",
"version": "2.11.1",
"version": "2.11.2",
"description": "TypeScript definitions for nearley",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nearley",
"license": "MIT",

@@ -27,4 +28,4 @@ "contributors": [

"dependencies": {},
"typesPublisherContentHash": "f27ccd7b578e9badcd0b058a45aa2e5519d6dd8c4567d51bb4d74329d0a279ea",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "9ba36c7eeca83070f1ef0f43185288acf6dd890636252097a2d16b0ce5e88a02",
"typeScriptVersion": "3.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 20 Dec 2019 06:33:42 GMT
* Last updated: Thu, 08 Jul 2021 18:51:11 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: `nearley`

# Credits
These definitions were written by Nikita Litvin (https://github.com/deltaidea), and BendingBender (https://github.com/BendingBender).
These definitions were written by [Nikita Litvin](https://github.com/deltaidea), and [BendingBender](https://github.com/BendingBender).

Sorry, the diff of this file is not supported yet

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