You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
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

Comparing version 1.0.11 to 1.0.12-0

4

dist/git.js

@@ -95,4 +95,4 @@ "use strict";

const isHunkHeader = (input) => {
const hunkHeaderRE = new RegExp(/^@@ .* @@/g);
return input.match(hunkHeaderRE);
const hunkHeaderRE = new RegExp(/^@@ [^@]* @@/);
return hunkHeaderRE.exec(input);
};

@@ -99,0 +99,0 @@ const getRangeForChangedLines = (line) => {

{
"name": "eslint-plugin-diff",
"version": "1.0.11",
"version": "1.0.12-0",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc