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

coffee-lex

Package Overview
Dependencies
Maintainers
1
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 1.1.5 to 1.1.6

4

dist/coffee-lex.es.js

@@ -480,4 +480,2 @@ var babelHelpers = {};

var startIndex = this.startIndex;
var i = start;

@@ -493,3 +491,3 @@ do {

}
} while (i && i !== startIndex);
} while (i);

@@ -496,0 +494,0 @@ return null;

@@ -486,4 +486,2 @@ (function (global, factory) {

var startIndex = this.startIndex;
var i = start;

@@ -499,3 +497,3 @@ do {

}
} while (i && i !== startIndex);
} while (i);

@@ -502,0 +500,0 @@ return null;

{
"name": "coffee-lex",
"version": "1.1.5",
"version": "1.1.6",
"description": "Stupid lexer for CoffeeScript.",

@@ -5,0 +5,0 @@ "main": "dist/coffee-lex.umd.js",

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