Socket
Socket
Sign inDemoInstall

@ms-cloudpack/config

Package Overview
Dependencies
Maintainers
2
Versions
161
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.12.3 to 0.12.4

7

lib/createPackageOverrideTransform.js

@@ -49,9 +49,2 @@ import { getPackageSettings } from './getPackageSettings.js';

}
const inlinedDependencies = [
...(userPackageSettings?.inlinedDependencies || []),
...(generatedPackageSettings?.inlinedDependencies || []),
];
if (inlinedDependencies.length) {
result.inlinedDependencies = inlinedDependencies;
}
return result;

@@ -58,0 +51,0 @@ };

6

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

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

"dependencies": {
"@ms-cloudpack/bundler-types": "^0.19.0",
"@ms-cloudpack/bundler-types": "^0.19.1",
"@ms-cloudpack/create-express-app": "^1.3.9",
"@ms-cloudpack/json-utilities": "^0.0.7",
"@ms-cloudpack/package-utilities": "^5.1.5",
"@ms-cloudpack/package-utilities": "^5.1.6",
"semver": "^7.3.7"

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