Socket
Socket
Sign inDemoInstall

eslint-git-changes

Package Overview
Dependencies
56
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 2.0.0

2

index.js

@@ -77,3 +77,3 @@ var extname = require('path').extname;

function lintFiles (files) {
var child = spawn('eslint', files, { encoding: 'utf8', stdio: 'inherit' });
var child = spawn('eslint', files, { encoding: 'utf8', shell: true, stdio: 'inherit' });
child.on('close', function (code) {

@@ -80,0 +80,0 @@ process.exit(code);

{
"name": "eslint-git-changes",
"version": "1.0.0",
"version": "2.0.0",
"description": "Run eslint on added and modified javascript/json/jsx files in your git working tree",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc