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.13 to 0.0.14

2

lib-js/hint.js

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

var options;
options = buildTrueObj(config.withDefaults ? _.union(config.options, defaultOptions) : options);
options = buildTrueObj(config.withDefaults ? _.union(config.options, defaultOptions) : config.options);
return _.map(paths, function(path) {

@@ -21,0 +21,0 @@ var err, errors, source;

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