Socket
Socket
Sign inDemoInstall

@ms-cloudpack/config-types

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.6.0 to 0.7.0

4

lib/DevServer.d.ts

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

/**
* The default path to use when opening the browser.
*/
defaultPath?: string;
/**
* The config settings for the https server.

@@ -25,0 +29,0 @@ * Paths to files are accepted for 'ca', 'cert', 'key', and 'pfx' settings.

2

package.json
{
"name": "@ms-cloudpack/config-types",
"version": "0.6.0",
"version": "0.7.0",
"description": "TypeScript types for the Cloudpack Configuration. We keep these separate to eliminate circular package dependencies.",

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

@@ -273,3 +273,4 @@ {

"type": "string"
}
},
"description": "Make all properties in T optional"
}

@@ -325,3 +326,4 @@ ],

]
}
},
"description": "Make all properties in T optional"
}

@@ -362,3 +364,4 @@ ],

}
}
},
"description": "Make all properties in T optional"
},

@@ -365,0 +368,0 @@ "description": "Location of TypeScript declaration files for different TypeScript versions."

@@ -128,2 +128,6 @@ {

},
"defaultPath": {
"type": "string",
"description": "The default path to use when opening the browser."
},
"https": {

@@ -130,0 +134,0 @@ "$ref": "#/definitions/HttpsConfig",

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