Socket
Socket
Sign inDemoInstall

millan

Package Overview
Dependencies
3
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.1 to 2.2.2

docs/interfaces/isemanticerror.html

6

dist/types/helpers/types.d.ts

@@ -1,2 +0,2 @@

import { IToken, IRecognitionException, CstNode, TokenType } from 'chevrotain';
import { IToken, IRecognitionException, CstNode, TokenType, IRecognizerContext } from 'chevrotain';
export interface IStardogParser {

@@ -12,4 +12,8 @@ tokenize: (document: string) => IToken[];

}
export interface ISemanticError extends Pick<IRecognitionException, Exclude<keyof IRecognitionException, 'resyncedTokens' | 'context'>> {
resyncedTokens?: IToken[];
context?: IRecognizerContext;
}
declare type Lit = string | number | boolean | undefined | null | void | symbol | {};
export declare const getAsTypedTuple: <T extends Lit[]>(...args: T) => T;
export { IToken, CstNode, TokenType };

2

package.json
{
"name": "millan",
"version": "2.2.1",
"version": "2.2.2",
"description": "The Stardog Whisperer (error-tolerant parsers for languages used with Stardog)",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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

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

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

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

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

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc