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
360
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 3.0.6 to 3.0.7

10

__tests__/unit/lib/service/standardHandler.test.js

@@ -13,2 +13,12 @@ 'use strict'

],
[
'quickActions',
'force-app/main/default/quickActions/Account.New.quickAction-meta.xml',
new Set(['Account.New']),
],
[
'quickActions',
'force-app/main/default/quickActions/NewGlobal.quickAction-meta.xml',
new Set(['NewGlobal']),
],
],

@@ -15,0 +25,0 @@ work: {

@@ -54,4 +54,9 @@ 'use strict'

}
_getElementName() {
const parsedPath = this._getParsedPath()
return parsedPath.dir + parsedPath.name
}
}
module.exports = ResourceHandler

8

lib/service/standardHandler.js

@@ -59,3 +59,3 @@ 'use strict'

_getElementName() {
_getParsedPath() {
const parsedPath = path.parse(

@@ -66,4 +66,8 @@ this.splittedLine[this.splittedLine.indexOf(this.type) + 1]

)
return parsedPath
}
return parsedPath.dir + parsedPath.name
_getElementName() {
const parsedPath = this._getParsedPath()
return parsedPath.dir + parsedPath.base
}

@@ -70,0 +74,0 @@

{
"name": "sfdx-git-delta",
"version": "3.0.6",
"version": "3.0.7",
"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