New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lint-prepush

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lint-prepush - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "lint-prepush",
"version": "0.1.0",
"version": "0.1.1",
"description": "Run linters on committed files in a Branch🔬",

@@ -5,0 +5,0 @@ "author": "“Theenadayalan” <“puduvai.theena@gmail.com”>",

@@ -8,3 +8,3 @@ const chalk = require("chalk");

// git command to pull out the changed file names between current branch and master (Exclude delelted files which cannot be fetched now)
let command = `git diff --name-only --diff-filter=d ${baseBranch}...HEAD`;
let command = `git diff --relative --name-only --diff-filter=d ${baseBranch}...HEAD`;

@@ -11,0 +11,0 @@ return new Promise(resolve => {

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