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 5.0.1 to 5.0.2

6

dist/index.js

@@ -189,2 +189,5 @@ "use strict";

}
else if (consume(NUMBER_PATTERN)) {
setType(SourceType_1["default"].NUMBER);
}
else if (consume('.')) {

@@ -428,5 +431,2 @@ setType(SourceType_1["default"].DOT);

}
else if (consume(NUMBER_PATTERN)) {
setType(SourceType_1["default"].NUMBER);
}
else if (consume('\\')) {

@@ -433,0 +433,0 @@ setType(SourceType_1["default"].CONTINUATION);

@@ -41,3 +41,3 @@ {

"semantic-release": "^6.3.5",
"ts-node": "^1.7.2",
"ts-node": "^2.0.0",
"tslint": "^4.0.2",

@@ -49,3 +49,3 @@ "typescript": "^2.1.4"

},
"version": "5.0.1"
"version": "5.0.2"
}

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