New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ms-cloudpack/common-types

Package Overview
Dependencies
Maintainers
0
Versions
62
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.24.1 to 0.24.2

4

lib/allFeatures.d.ts

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

enableModuleWorkers: Feature;
/**
* Enables downloading bundles from remote cache instead of bundling.
*/
enableRemoteCacheDownloads: Feature;
/** Enables relative resource paths to be used in import map paths when useSingleWebServer is true. */

@@ -22,0 +26,0 @@ relativeImportMapPaths: Feature;

@@ -24,2 +24,8 @@ /**

},
/**
* Enables downloading bundles from remote cache instead of bundling.
*/
enableRemoteCacheDownloads: {
description: 'Enables downloading bundles from remote cache instead of bundling.',
},
/** Enables relative resource paths to be used in import map paths when useSingleWebServer is true. */

@@ -26,0 +32,0 @@ relativeImportMapPaths: {

2

package.json
{
"name": "@ms-cloudpack/common-types",
"version": "0.24.1",
"version": "0.24.2",
"description": "Common types for Cloudpack.",

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

@@ -770,2 +770,5 @@ {

},
"enableRemoteCacheDownloads": {
"type": "boolean"
},
"relativeImportMapPaths": {

@@ -772,0 +775,0 @@ "type": "boolean"

@@ -771,2 +771,5 @@ {

},
"enableRemoteCacheDownloads": {
"type": "boolean"
},
"relativeImportMapPaths": {

@@ -773,0 +776,0 @@ "type": "boolean"

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