Socket
Socket
Sign inDemoInstall

jest-changed-files

Package Overview
Dependencies
Maintainers
7
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-changed-files - npm Package Compare versions

Comparing version 26.1.0 to 26.2.0

10

build/git.js

@@ -121,9 +121,5 @@ 'use strict';

findChangedFilesUsingCommand(
[
'log',
'--name-only',
'--pretty=format:',
'HEAD',
`^${changedSince}`
].concat(includePaths),
['diff', '--name-only', `${changedSince}...HEAD`].concat(
includePaths
),
cwd

@@ -130,0 +126,0 @@ ),

{
"name": "jest-changed-files",
"version": "26.1.0",
"version": "26.2.0",
"repository": {

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

"dependencies": {
"@jest/types": "^26.1.0",
"@jest/types": "^26.2.0",
"execa": "^4.0.0",

@@ -24,3 +24,3 @@ "throat": "^5.0.0"

},
"gitHead": "817d8b6aca845dd4fcfd7f8316293e69f3a116c5"
"gitHead": "4a716811a309dae135b780a87dc1647b285800eb"
}
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