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.26.2 to 0.26.3

2

lib/ensureGeneratedSettingsForPackage.d.ts

@@ -12,5 +12,5 @@ import type { CloudpackConfig, PackageDefinitionsCache, PackageJsonExports, PackageSettings } from '@ms-cloudpack/common-types';

}, context: {
config: CloudpackConfig;
config: Pick<CloudpackConfig, 'generated'>;
packages: PackageDefinitionsCache;
}): Promise<PackageSettings>;
//# sourceMappingURL=ensureGeneratedSettingsForPackage.d.ts.map

@@ -19,3 +19,3 @@ import { getPackageSettings } from './getPackageSettings.js';

let { generatedPackageSettings } = getPackageSettings({
userPackageSettings: config.packageSettings,
userPackageSettings: undefined,
generatedPackageSettings: config.generated.packageSettings,

@@ -22,0 +22,0 @@ name,

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

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

"dependencies": {
"@ms-cloudpack/common-types": "^0.16.1",
"@ms-cloudpack/common-types": "^0.17.0",
"@ms-cloudpack/json-utilities": "^0.1.7",
"@ms-cloudpack/package-utilities": "^9.0.3",
"@ms-cloudpack/path-utilities": "^2.7.34",
"@ms-cloudpack/package-utilities": "^9.0.4",
"@ms-cloudpack/path-utilities": "^2.7.35",
"import-meta-resolve": "^4.0.0",

@@ -23,0 +23,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