Socket
Socket
Sign inDemoInstall

@ms-cloudpack/common-types

Package Overview
Dependencies
Maintainers
3
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.10.0 to 0.11.0

14

lib/BundleOptions.d.ts

@@ -36,5 +36,7 @@ /**

/**
* If specified, will generate sourcemaps for the output. This may have a tax on performance.
* If true, will generate sourcemap files for the output. This has a tax on performance.
* Defaults to true unless the `disableSourceMaps` feature is enabled.
* (To set a bundler-specific sourcemap option, use `overrideOptions`.)
*/
sourcemap?: 'none' | 'linked' | 'inline' | 'external' | 'inline-and-external';
sourcemap?: boolean;
/**

@@ -67,5 +69,7 @@ * If true, the bundler is expected to stay alive and take requests to rebuild on demand. File watching is

/**
* If specific settings are required to pass through to the specific bundler, they can be specified here are are
* expected to be merged in by the plugin. Specifying bundler-specific overrides is not recommended, as it locks
* us into a specific bundler implementation.
* Any bundler-specific options to be merged with the calculated bundler options.
* `bundlerType` is also required if this is specified.
*
* This is an escape hatch which is generally not recommended, since it locks the package to
* a specific bundler implementation.
*/

@@ -72,0 +76,0 @@ overrideOptions?: Readonly<Record<string, unknown>>;

@@ -102,7 +102,2 @@ import type { PackageSettings } from './PackageSettings.js';

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

@@ -109,0 +104,0 @@ /**

{
"name": "@ms-cloudpack/common-types",
"version": "0.10.0",
"version": "0.11.0",
"description": "Common types for Cloudpack.",

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

@@ -660,19 +660,2 @@ {

"description": "Merged package settings."
},
"cloudpackRemapped": {
"type": "object",
"properties": {
"originalName": {
"type": "string"
},
"originalVersion": {
"type": "string"
}
},
"required": [
"originalName",
"originalVersion"
],
"additionalProperties": false,
"deprecated": ": Cloudpack internally added property: name and version prior to nonSemverTransform (if different)"
}

@@ -679,0 +662,0 @@ },

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