New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sfdc-generate-package

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sfdc-generate-package - npm Package Compare versions

Comparing version 2.2.4 to 2.3.0

2

lib/strategies/type-strategies/subdefinition-type-strategy.js

@@ -26,3 +26,3 @@ const metadata = require('../../utils/metadata');

const objectName = Object.keys(aFile.content)[0];
if(this.metadata[this.child.name].requiredField === '' || (aFile.content[objectName].hasOwnProperty(this.metadata[this.child.name].requiredField))) {
if(metadata[this.child.name].requiredField === '' || (aFile.content[objectName].hasOwnProperty(metadata[this.child.name].requiredField))) {
struct[metadata[this.child.name].xmlName].push(aFile.name.replace(/\.[^/.]+$/,''));

@@ -29,0 +29,0 @@ }

@@ -8,2 +8,8 @@ module.exports = {

},*/
"customPermissions":{
"xmlName":"CustomPermission",
"children":{
}
},
"labels":{

@@ -10,0 +16,0 @@ "xmlName":"CustomLabels",

{
"name": "sfdc-generate-package",
"version": "2.2.4",
"version": "2.3.0",
"description": "generate package.xml from source",

@@ -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