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.2.1 to 0.2.2

5

lib/BundleMessageLocation.d.ts
export interface BundleMessageLocation {
/** Path to file, relative to package root */
file: string;
/** 1-based */
line: number;
line?: number;
/** 0-based, in bytes */
column: number;
column?: number;
}
//# sourceMappingURL=BundleMessageLocation.d.ts.map

4

lib/UserConfig.d.ts

@@ -67,2 +67,6 @@ import type { DevServer } from './DevServer.js';

container: string;
/**
* The Microsoft Entra tenant (directory) ID. This will ensure that only users from this tenant can access the remote cache.
*/
tenantId?: string;
};

@@ -69,0 +73,0 @@ /**

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

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

@@ -77,2 +77,6 @@ {

"description": "The name of the container to use for the remote cache. Container must already exist."
},
"tenantId": {
"type": "string",
"description": "The Microsoft Entra tenant (directory) ID. This will ensure that only users from this tenant can access the remote cache."
}

@@ -79,0 +83,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