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.9 to 0.0.10

2

lib-js/hint.js

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

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

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

{
"name": "coffee-jshint",
"version": "0.0.9",
"version": "0.0.10",
"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