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.3.0 to 9.3.1

2

dist/index.js

@@ -231,3 +231,3 @@ var __defProp = Object.defineProperty;

slice(start, end) {
assert(start["_sourceTokenList"] !== this || end["_sourceTokenList"] !== this, "cannot slice a list using indexes from another list");
assert(start["_sourceTokenList"] === this && end["_sourceTokenList"] === this, "cannot slice a list using indexes from another list");
return new SourceTokenList(this._tokens.slice(start["_index"], end["_index"]));

@@ -234,0 +234,0 @@ }

{
"name": "coffee-lex",
"version": "9.3.0",
"version": "9.3.1",
"description": "Stupid lexer for CoffeeScript.",

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

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