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.10.0 to 0.11.0

14

lib/types/UserConfig.d.ts

@@ -35,3 +35,17 @@ import type { DevServer } from './DevServer.js';

dependsOn?: [string, string[]][];
/**
* Azure Blob Storage configuration for remote cache - uploading and downloading packages.
* If this is not provided, the remote cache will not be used.
*/
remoteCache?: {
/**
* The name of the Azure Blob Storage account.
*/
storageAccount: string;
/**
* The name of the container to use for the remote cache. Container must already exist.
*/
container: string;
};
}
//# sourceMappingURL=UserConfig.d.ts.map

2

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

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

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