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

coffee-jshint

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coffee-jshint - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

4

lib-js/hint.js

@@ -52,3 +52,3 @@ // Generated by CoffeeScript 1.6.3

} else {
return _.chain(jshint.errors).compact(jshint.errors).map(function(error) {
return _.chain(jshint.errors).compact().map(function(error) {
var col, line, _ref1;

@@ -62,3 +62,3 @@ _ref1 = sourceMap.sourceLocation([error.line - 1, error.character - 1]), line = _ref1[0], col = _ref1[1];

return !_.any(errorsToSkip, function(to_skip) {
return error.reason.indexOf(to_skip >= 0);
return error.reason.indexOf(to_skip) >= 0;
});

@@ -65,0 +65,0 @@ }).value();

{
"name": "coffee-jshint",
"version": "0.0.10",
"version": "0.0.11",
"description": "Checks CoffeeScript source for errors using JSHint",

@@ -5,0 +5,0 @@ "engines": {

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