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

gulp-coffeelint

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-coffeelint - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

index.js

@@ -11,3 +11,3 @@ var coffeelint, coffeelintPlugin, es, formatOutput, fs, gutil, reporter;

reporter = require('./stylish');
reporter = require('coffeelint-stylish').reporter;

@@ -14,0 +14,0 @@ formatOutput = function(results, file, opt, literate) {

{
"name": "gulp-coffeelint",
"version": "0.0.1",
"version": "0.0.2",
"description": "Lint your CoffeeScript using gulp and CoffeeLint",

@@ -21,8 +21,7 @@ "keywords": [

"files": [
"index.js",
"stylish.js"
"index.js"
],
"scripts": {
"prepublish": "node ./node_modules/gulp/bin/gulp.js coffee --require coffee-script",
"test": "node ./node_modules/mocha/bin/mocha ./test/*.coffee --require coffee-script --reporter nyan && node ./node_modules/coffeelint/bin/coffeelint gulpfile.coffee stylish.coffee index.coffee test -f ./coffeelint.json"
"test": "node ./node_modules/mocha/bin/mocha ./test/*.coffee --require coffee-script --reporter nyan && node ./node_modules/coffeelint/bin/coffeelint gulpfile.coffee index.coffee test -f ./coffeelint.json"
},

@@ -33,4 +32,3 @@ "dependencies": {

"gulp-util": "~2.2.0",
"chalk": "~0.4.0",
"text-table": "~0.2.0"
"coffeelint-stylish": "0.0.1"
},

@@ -37,0 +35,0 @@ "devDependencies": {

@@ -22,3 +22,3 @@ # gulp-coffeelint [![Build Status][travis-image]][travis-url] [![NPM version][npm-image]][npm-url]

.pipe(coffeelint())
.pipe(coffeelint.reporter())
.pipe(coffeelint.reporter()) // Using `coffeelint-stylish` reporter https://npmjs.org/package/coffeelint-stylish
```

@@ -25,0 +25,0 @@

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