Socket
Book a DemoInstallSign in
Socket

@salesforce/source-deploy-retrieve

Package Overview
Dependencies
Maintainers
47
Versions
539
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@salesforce/source-deploy-retrieve - npm Package Compare versions

Comparing version

to
12.12.1

9

lib/src/resolve/metadataResolver.js

@@ -335,9 +335,4 @@ "use strict";

return matchesSuffixType;
// it might be a type that requires strict parent folder name.
const strictFolderSuffixType = registry
.getStrictFolderTypes()
.find((l) => l.suffix === suffixType.suffix && l.directoryName && l.name !== suffixType.name);
if (!strictFolderSuffixType)
return false;
return fsPath.split(node_path_1.sep).includes(strictFolderSuffixType.directoryName);
// at this point, the suffixType is not a match, so check for strict folder types
return !!resolveTypeFromStrictFolder(registry)(fsPath);
};

@@ -344,0 +339,0 @@ /**

{
"name": "@salesforce/source-deploy-retrieve",
"version": "12.12.0",
"version": "12.12.1",
"description": "JavaScript library to run Salesforce metadata deploys and retrieves",

@@ -5,0 +5,0 @@ "main": "lib/src/index.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.