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

jshint-growl-reporter

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jshint-growl-reporter - npm Package Compare versions

Comparing version 0.1.1 to 1.0.0

2

index.js
var growl = require('growl');
var reduce = require('lodash.reduce');
var reduce = require('lodash/collection/reduce');

@@ -4,0 +4,0 @@ module.exports = {

{
"name": "jshint-growl-reporter",
"version": "0.1.1",
"version": "1.0.0",
"description": "Growl reporter for JSHint",

@@ -17,8 +17,8 @@ "keywords": [

"scripts": {
"test": "./node_modules/.bin/istanbul test ./node_modules/mocha/bin/_mocha --report html -- test/*.js --reporter spec",
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && rm -rf ./coverage"
"test": "istanbul test ./node_modules/mocha/bin/_mocha --report html -- test/*.js --reporter spec",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && rm -rf ./coverage"
},
"dependencies": {
"growl": "~1.7.0",
"lodash.reduce": "~2.4.1"
"lodash": "^3.9.3"
},

@@ -25,0 +25,0 @@ "devDependencies": {

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