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.4.5 to 1.4.6

6

dist/coffee-lex.js

@@ -1505,3 +1505,7 @@ (function (global, factory) {

} else if (consume(IDENTIFIER_PATTERN)) {
var prev = locations[locations.length - 1];
var prevLocationIndex = locations.length - 1;
while (prevLocationIndex > 0 && locations[prevLocationIndex].type === NEWLINE) {
prevLocationIndex--;
}
var prev = locations[prevLocationIndex];
if (prev && (prev.type === DOT || prev.type === PROTO || prev.type === AT)) {

@@ -1508,0 +1512,0 @@ setType(IDENTIFIER);

2

package.json

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

},
"version": "1.4.5"
"version": "1.4.6"
}

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