Socket
Socket
Sign inDemoInstall

@ms-cloudpack/config-types

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ms-cloudpack/config-types - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

9

lib/GeneratedConfig.d.ts

@@ -8,11 +8,8 @@ import type { PackageOverride } from './PackageOverride.js';

/**
* An array of PackageSettings objects, used to provide settings for how we bundle packages.
*
* Settings to customize how packages are bundled.
* For the generated config, these should just contain generated exports maps.
*/
packageSettings?: PackageSettings[];
/**
* @deprecated - Use packageSettings instead.
*
* An array of PackageOverride objects, used to provide overrides for packages without modifying their
* definitions directly. This is primarily used for providing exports maps for packages that don't have them.
* @deprecated Use `packageSettings` instead.
*/

@@ -19,0 +16,0 @@ packageOverrides?: PackageOverride[];

@@ -70,2 +70,3 @@ /**

bundleDependencies?: PackageJsonDependencies;
resolutions?: PackageJsonDependencies;
/** Required engine versions for running this package. */

@@ -97,2 +98,7 @@ engines?: {

};
/** Cloudpack internally added property: name and version prior to nonSemverTransform (if different) */
cloudpackRemapped?: {
originalName: string;
originalVersion: string;
};
};

@@ -99,0 +105,0 @@ /**

@@ -11,3 +11,3 @@ import type { PackageJsonExports } from './PackageJson.js';

/**
* Name of the package.
* Name of the package. Can use a trailing wildcard (e.g. "@scope/*").
*/

@@ -19,3 +19,3 @@ name: string;

version?: string;
};
} | string;
/**

@@ -51,3 +51,9 @@ * The dependencies which should be included when computing the import map. This is primarily used when

bundlerOptions?: Record<string, unknown>;
/**
* Paths used for file monitoring and input hashing. Supports glob matching.
* Defaults to `[/src/**, *.json]` and excludes node_modules.
* Use `...` to include the default paths.
*/
inputPaths?: string[];
}
//# sourceMappingURL=PackageSettings.d.ts.map
{
"name": "@ms-cloudpack/config-types",
"version": "0.1.0",
"version": "0.1.1",
"description": "TypeScript types for the Cloudpack Configuration. We keep these separate to eliminate circular package dependencies.",

@@ -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

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