Socket
Socket
Sign inDemoInstall

@ms-cloudpack/common-types

Package Overview
Dependencies
Maintainers
0
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.16.0 to 0.16.1

3

lib/PackageJson.d.ts

@@ -101,2 +101,3 @@ import type { BundleMode } from './BundleMode.js';

* Cached result of calling `getPackageSettings` for this package.
* This excludes properties that are fully handled by `createPackageSettingsTransform`.
*

@@ -108,3 +109,3 @@ * This should NOT be used during init's analysis of the bundle result, since it might be

*/
cloudpack?: Omit<PackageSettings, 'match'> & {
cloudpack?: Omit<PackageSettings, 'match' | 'exports' | 'includedDependencies' | 'excludedDependencies'> & {
mode: BundleMode;

@@ -111,0 +112,0 @@ };

{
"name": "@ms-cloudpack/common-types",
"version": "0.16.0",
"version": "0.16.1",
"description": "Common types 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