Socket
Socket
Sign inDemoInstall

jest-changed-files

Package Overview
Dependencies
31
Maintainers
7
Versions
173
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 27.0.0-next.3 to 27.0.0-next.4

28

build/git.js

@@ -111,3 +111,3 @@ 'use strict';

return findChangedFilesUsingCommand(
['show', '--name-only', '--pretty=format:', 'HEAD'].concat(
['show', '--name-only', '--pretty=format:', 'HEAD', '--'].concat(
includePaths

@@ -122,3 +122,3 @@ ),

findChangedFilesUsingCommand(
['diff', '--name-only', `${changedSince}...HEAD`].concat(
['diff', '--name-only', `${changedSince}...HEAD`, '--'].concat(
includePaths

@@ -129,9 +129,13 @@ ),

findChangedFilesUsingCommand(
['diff', '--cached', '--name-only'].concat(includePaths),
['diff', '--cached', '--name-only', '--'].concat(includePaths),
cwd
),
findChangedFilesUsingCommand(
['ls-files', '--other', '--modified', '--exclude-standard'].concat(
includePaths
),
[
'ls-files',
'--other',
'--modified',
'--exclude-standard',
'--'
].concat(includePaths),
cwd

@@ -145,9 +149,13 @@ )

findChangedFilesUsingCommand(
['diff', '--cached', '--name-only'].concat(includePaths),
['diff', '--cached', '--name-only', '--'].concat(includePaths),
cwd
),
findChangedFilesUsingCommand(
['ls-files', '--other', '--modified', '--exclude-standard'].concat(
includePaths
),
[
'ls-files',
'--other',
'--modified',
'--exclude-standard',
'--'
].concat(includePaths),
cwd

@@ -154,0 +162,0 @@ )

{
"name": "jest-changed-files",
"version": "27.0.0-next.3",
"version": "27.0.0-next.4",
"repository": {

@@ -27,3 +27,3 @@ "type": "git",

},
"gitHead": "2e34f2cfaf9b6864c3ad4bdca05d3097d3108a41"
"gitHead": "941c414f0b757fdc619778c46c21fda26b3e5504"
}
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