Socket
Socket
Sign inDemoInstall

@ms-cloudpack/config

Package Overview
Dependencies
Maintainers
3
Versions
159
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.20.13 to 0.20.14

3

lib/ensureGeneratedSettingsForPackage.d.ts

@@ -1,2 +0,2 @@

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

@@ -10,2 +10,3 @@ * Ensures the generated package setting for the package provided exists.

packagePath: string;
defaultExportsMap?: PackageJsonExports;
}, context: {

@@ -12,0 +13,0 @@ config: CloudpackConfig;

@@ -28,2 +28,5 @@ import { getPackageSettings } from './getPackageSettings.js';

};
if (options.defaultExportsMap) {
generatedPackageSettings.exports = options.defaultExportsMap;
}
packageSettings.push(generatedPackageSettings);

@@ -30,0 +33,0 @@ }

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

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

"dependencies": {
"@ms-cloudpack/common-types": "^0.6.2",
"@ms-cloudpack/common-types": "^0.7.0",
"@ms-cloudpack/json-utilities": "^0.1.4",
"@ms-cloudpack/package-utilities": "^7.4.11",
"@ms-cloudpack/package-utilities": "^7.5.0",
"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