Socket
Socket
Sign inDemoInstall

@ms-cloudpack/config

Package Overview
Dependencies
Maintainers
0
Versions
152
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.24.0 to 0.24.1

3

lib/mergePackageSettings.js

@@ -13,3 +13,4 @@ import { mergeObjects, mergeArrayDefaults } from '@ms-cloudpack/package-utilities';

const result = mergeObjects(settings, {
overwriteKeys: ['ignoreMissingExports', 'bundlerOptions'],
// match is deleted after merging, so it is best to overwrite it to avoid merging conflicts.
overwriteKeys: ['ignoreMissingExports', 'bundlerOptions', 'match'],
customMerge: {

@@ -16,0 +17,0 @@ exports: (acc, curr) => {

{
"name": "@ms-cloudpack/config",
"version": "0.24.0",
"version": "0.24.1",
"description": "Configuration handling for cloudpack.",

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

"dependencies": {
"@ms-cloudpack/common-types": "^0.13.3",
"@ms-cloudpack/common-types": "^0.13.4",
"@ms-cloudpack/json-utilities": "^0.1.6",
"@ms-cloudpack/package-utilities": "^8.0.1",
"@ms-cloudpack/package-utilities": "^8.1.0",
"import-meta-resolve": "^4.0.0",

@@ -22,0 +22,0 @@ "semver": "^7.6.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