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

coffee-lex

Package Overview
Dependencies
Maintainers
2
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coffee-lex - npm Package Compare versions

Comparing version 9.2.0 to 9.2.1

3

dist/index.d.ts

@@ -269,3 +269,2 @@ /**

declare function lex(source: string, options?: Options): SourceTokenList;
/**

@@ -277,2 +276,2 @@ * Provides a stream of source type change locations.

export { DEFAULT_OPTIONS, Options, SourceType, consumeStream, lex as default, lex, stream };
export { DEFAULT_OPTIONS, Options, SourceLocation, SourceToken, SourceTokenList, SourceTokenListIndex, SourceTokenListIndexRange, SourceType, consumeStream, lex as default, lex, stream };

@@ -23,2 +23,6 @@ var __defProp = Object.defineProperty;

DEFAULT_OPTIONS: () => DEFAULT_OPTIONS,
SourceLocation: () => SourceLocation,
SourceToken: () => SourceToken,
SourceTokenList: () => SourceTokenList,
SourceTokenListIndex: () => SourceTokenListIndex,
SourceType: () => SourceType,

@@ -1558,2 +1562,6 @@ consumeStream: () => consumeStream,

DEFAULT_OPTIONS,
SourceLocation,
SourceToken,
SourceTokenList,
SourceTokenListIndex,
SourceType,

@@ -1560,0 +1568,0 @@ consumeStream,

{
"name": "coffee-lex",
"version": "9.2.0",
"version": "9.2.1",
"description": "Stupid lexer for CoffeeScript.",

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

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

# coffee-lex [![Build Status](https://circleci.com/gh/decaffeinate/coffee-lex/tree/master.svg?style=svg)](https://circleci.com/gh/decaffeinate/coffee-lex/tree/master) [![package version](https://badge.fury.io/js/coffee-lex.svg)](https://badge.fury.io/js/coffee-lex) [![Greenkeeper badge](https://badges.greenkeeper.io/decaffeinate/coffee-lex.svg)](https://greenkeeper.io/)
# coffee-lex [![CI](https://github.com/decaffeinate/coffee-lex/actions/workflows/ci.yml/badge.svg)](https://github.com/decaffeinate/coffee-lex/actions/workflows/ci.yml) [![package version](https://badge.fury.io/js/coffee-lex.svg)](https://badge.fury.io/js/coffee-lex)

@@ -3,0 +3,0 @@ Stupid lexer for CoffeeScript.

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