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.0 to 0.24.1

2

lib/allFeatures.d.ts

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

disableSourceMaps: Feature;
/** Enables the file watcher to be spawned in a forked process. */
enableWatcherInFork: Feature;
/** Enabled cloud-hosted application */

@@ -13,0 +15,0 @@ enableCloudHosted: Feature;

@@ -13,2 +13,4 @@ /**

disableSourceMaps: { description: 'Disables the generation of source-maps during build.' },
/** Enables the file watcher to be spawned in a forked process. */
enableWatcherInFork: { description: 'Enables the file watcher to be spawned in a forked process.' },
/** Enabled cloud-hosted application */

@@ -15,0 +17,0 @@ enableCloudHosted: { description: 'Enables cloud-hosted application.' },

2

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

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

@@ -761,2 +761,5 @@ {

},
"enableWatcherInFork": {
"type": "boolean"
},
"enableCloudHosted": {

@@ -763,0 +766,0 @@ "type": "boolean"

@@ -762,2 +762,5 @@ {

},
"enableWatcherInFork": {
"type": "boolean"
},
"enableCloudHosted": {

@@ -764,0 +767,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