Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sfdx-git-delta

Package Overview
Dependencies
Maintainers
1
Versions
356
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sfdx-git-delta - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

4

lib/diffHandler.js

@@ -11,2 +11,3 @@ 'use strict'

const revlistParams = ['rev-list', '--max-parents=0', 'HEAD']
const gitConfig = ['config', 'core.quotepath', 'off']

@@ -16,2 +17,5 @@ module.exports = class DiffHandler {

this.config = config
childProcess.spawnSync('git', gitConfig, {
cwd: this.config.repo,
}).stdout
if (!this.config.from) {

@@ -18,0 +22,0 @@ const firstCommitSHARaw = childProcess.spawnSync('git', revlistParams, {

2

package.json
{
"name": "sfdx-git-delta",
"version": "1.0.3",
"version": "1.1.0",
"description": "Generate the sfdx content in source format and destructive change from two git commits",

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

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