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 7.0.4 to 7.0.5

4

dist/utils/calculateNormalStringPadding.js

@@ -40,6 +40,6 @@ "use strict";

// newlines, so that two or more newlines with only spaces between them
// will result in a single line separator. Escaped whitespace characters
// will result in a single line separator. Escaped newline characters
// are also allowed and should be skipped.
while ((pos < content.length && ' \t\n'.includes(content[pos])) ||
(pos < content.length && content[pos] === '\\' && ' \t\n'.includes(content[pos + 1]))) {
(content.slice(pos, pos + 2) === '\\\n')) {
pos++;

@@ -46,0 +46,0 @@ }

@@ -48,3 +48,3 @@ {

},
"version": "7.0.4"
"version": "7.0.5"
}

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