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

@ms-cloudpack/config

Package Overview
Dependencies
Maintainers
3
Versions
189
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.33.12 to 0.33.13

2

lib/readConfig/mergeParentConfig.js

@@ -11,2 +11,4 @@ import { mergeObjects } from '@ms-cloudpack/package-utilities';

packageSettings: (prev, curr) => [...(prev ?? []), ...(curr ?? [])],
// Concatenate telemetry
telemetry: (prev, curr) => ({ ...prev, ...curr }),
},

@@ -13,0 +15,0 @@ });

8

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

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

"dependencies": {
"@ms-cloudpack/common-types": "^0.24.5",
"@ms-cloudpack/common-types": "^0.24.6",
"@ms-cloudpack/environment": "^0.1.1",
"@ms-cloudpack/json-utilities": "^0.1.10",
"@ms-cloudpack/package-utilities": "^11.3.2",
"@ms-cloudpack/package-utilities": "^11.3.3",
"@ms-cloudpack/path-string-parsing": "^1.2.6",
"@ms-cloudpack/path-utilities": "^3.0.2",
"@ms-cloudpack/path-utilities": "^3.0.3",
"semver": "^7.6.0"

@@ -25,0 +25,0 @@ },

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