Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

coffeelint

Package Overview
Dependencies
Maintainers
4
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coffeelint - npm Package Compare versions

Comparing version 1.14.1 to 1.14.2

2

.package.json
{
"name": "coffeelint",
"description": "Lint your CoffeeScript",
"version": "1.14.1",
"version": "1.14.2",
"homepage": "http://www.coffeelint.org",

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

@@ -36,3 +36,3 @@ (function() {

context = (ref1 = e.context) != null ? ref1 : '';
this.print('<error line="#{e.lineNumber}"\n severity="#{@escape(level)}"\n message="#{@escape(e.message+\'; context: \'+context)}"\n source="coffeelint"/>');
this.print("<error line=\"" + e.lineNumber + "\"\n severity=\"" + (this.escape(level)) + "\"\n message=\"" + (this.escape(e.message + '; context: ' + context)) + "\"\n source=\"coffeelint\"/>");
}

@@ -39,0 +39,0 @@ this.print('</file>');

{
"name": "coffeelint",
"description": "Lint your CoffeeScript",
"version": "1.14.1",
"version": "1.14.2",
"homepage": "http://www.coffeelint.org",

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

Sorry, the diff of this file is too big to display

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