Socket
Socket
Sign inDemoInstall

jest-changed-files

Package Overview
Dependencies
Maintainers
4
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 17.0.2 to 18.5.0-alpha.7da3df39

7

build/git.js

@@ -23,5 +23,8 @@ /**

function findChangedFiles(cwd, options) {
function findChangedFiles(
cwd,
options)
{
return new Promise((resolve, reject) => {
const args = options.lastCommit ?
const args = options && options.lastCommit ?
['show', '--name-only', '--pretty=%b', 'HEAD'] :

@@ -28,0 +31,0 @@ ['ls-files', '--other', '--modified', '--exclude-standard'];

{
"name": "jest-changed-files",
"version": "17.0.2",
"version": "18.5.0-alpha.7da3df39",
"repository": {

@@ -9,6 +9,3 @@ "type": "git",

"license": "BSD-3-Clause",
"main": "build/index.js",
"scripts": {
"test": "../../packages/jest-cli/bin/jest.js"
}
"main": "build/index.js"
}
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