Socket
Socket
Sign inDemoInstall

@ms-cloudpack/config

Package Overview
Dependencies
Maintainers
0
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ms-cloudpack/config - npm Package Compare versions

Comparing version 0.21.0 to 0.21.1

6

lib/mergePackageSettings.js

@@ -63,2 +63,8 @@ const defaultInputPaths = ['src/**', '*.json', '!**/node_modules/**'];

}
if (setting.link !== undefined) {
acc.link ??= {};
if (setting.link.duplicatedDependencyBehavior !== undefined) {
acc.link.duplicatedDependencyBehavior = setting.link.duplicatedDependencyBehavior;
}
}
return acc;

@@ -65,0 +71,0 @@ }, {});

6

package.json
{
"name": "@ms-cloudpack/config",
"version": "0.21.0",
"version": "0.21.1",
"description": "Configuration handling for cloudpack.",

@@ -17,5 +17,5 @@ "license": "MIT",

"dependencies": {
"@ms-cloudpack/common-types": "^0.8.0",
"@ms-cloudpack/common-types": "^0.8.1",
"@ms-cloudpack/json-utilities": "^0.1.4",
"@ms-cloudpack/package-utilities": "^7.6.0",
"@ms-cloudpack/package-utilities": "^7.6.1",
"import-meta-resolve": "^4.0.0",

@@ -22,0 +22,0 @@ "merge": "^2.1.1",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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