Socket
Socket
Sign inDemoInstall

eslint-plugin-diff

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-diff - npm Package Compare versions

Comparing version 1.0.13-4 to 1.0.13-5

1

dist/git.d.ts

@@ -9,2 +9,1 @@ import { Range } from "./Range";

export { getDiffFileList, getDiffForFile, getRangesForDiff, getGitFileList, getUntrackedFileList, hasCleanIndex, };
export type { Range };

2

dist/git.js

@@ -45,2 +45,3 @@ "use strict";

"--diff-filter=ACM",
"-M100%",
"--relative",

@@ -71,2 +72,3 @@ staged && "--staged",

"--diff-filter=ACM",
"-M100%",
"--name-only",

@@ -73,0 +75,0 @@ "--relative",

MIT License
Copyright (c) 2020 Patrick Eriksson
Copyright (c) 2022 Patrick Eriksson

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "eslint-plugin-diff",
"version": "1.0.13-4",
"version": "1.0.13-5",
"description": "Run ESLint on your changes only",

@@ -5,0 +5,0 @@ "keywords": [

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