Socket
Socket
Sign inDemoInstall

@ms-cloudpack/config

Package Overview
Dependencies
Maintainers
2
Versions
158
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.5.2 to 0.5.3

4

lib/index.d.ts

@@ -0,4 +1,4 @@

export { configFileName, generatedConfigFileName, getConfigPath, readConfig, readConfigSync, writeGeneratedConfig, } from './config.js';
export { configTemplate } from './configTemplate.js';
export { configFileName, generatedConfigFileName, getConfigPath, readConfig, readConfigSync, writeGeneratedConfig, } from './config.js';
export type { CloudpackConfig, DevServer, PackageOverride, Route, TelemetryConfig } from './types.js';
export type { CloudpackConfig, DevServer, Features, GeneratedConfig, PackageOverride, Route, TelemetryConfig, UserConfig, } from './types.js';
//# sourceMappingURL=index.d.ts.map

@@ -0,3 +1,3 @@

export { configFileName, generatedConfigFileName, getConfigPath, readConfig, readConfigSync, writeGeneratedConfig, } from './config.js';
export { configTemplate } from './configTemplate.js';
export { configFileName, generatedConfigFileName, getConfigPath, readConfig, readConfigSync, writeGeneratedConfig, } from './config.js';
//# sourceMappingURL=index.js.map

@@ -72,2 +72,17 @@ import type { PackageJson } from '@ms-cloudpack/bundler-types';

/**
* A set of options for configuring the experience. Features can be set to true to change the default
* behavior.
*/
export interface Features {
/**
* If true, no source maps will be generated for any bundles produced. This might be useful if sourcemap
* generation causes performance issues.
*/
disableSourceMaps?: boolean;
/**
* If true, bundle server will queue up bundle requests for dependencies of bundle output
*/
enqueueDependencies?: boolean;
}
/**
* Per-application user-provided configuration for Cloudpack.

@@ -88,9 +103,3 @@ */

*/
features?: {
/**
* If true, no source maps will be generated for any bundles produced. This might be useful if sourcemap
* generation causes performance issues.
*/
disableSourceMaps?: boolean;
};
features?: Features;
}

@@ -97,0 +106,0 @@ /**

{
"name": "@ms-cloudpack/config",
"version": "0.5.2",
"version": "0.5.3",
"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

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