Socket
Socket
Sign inDemoInstall

@ms-cloudpack/config

Package Overview
Dependencies
Maintainers
3
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.25.0 to 0.25.1

3

lib/writeGeneratedConfig.js

@@ -11,2 +11,3 @@ import { writeJson } from '@ms-cloudpack/json-utilities';

const { generatedConfigPath } = getConfigPath(appPath);
const fileHeaderComment = `/**\n * THIS FILE IS AUTO-GENERATED.\n * DO NOT MANUALLY EDIT THIS FILE.\n */\n`;
sortGeneratedConfig(config);

@@ -17,4 +18,4 @@ cleanGeneratedConfig(config);

...config,
});
}, { fileHeaderComment });
}
//# sourceMappingURL=writeGeneratedConfig.js.map
{
"name": "@ms-cloudpack/config",
"version": "0.25.0",
"version": "0.25.1",
"description": "Configuration handling for cloudpack.",

@@ -18,4 +18,4 @@ "license": "MIT",

"@ms-cloudpack/common-types": "^0.15.0",
"@ms-cloudpack/json-utilities": "^0.1.6",
"@ms-cloudpack/package-utilities": "^9.0.0",
"@ms-cloudpack/json-utilities": "^0.1.7",
"@ms-cloudpack/package-utilities": "^9.0.1",
"@ms-cloudpack/path-utilities": "^2.7.32",

@@ -22,0 +22,0 @@ "import-meta-resolve": "^4.0.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