Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ms-cloudpack/common-types

Package Overview
Dependencies
Maintainers
3
Versions
56
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.5.2 to 0.5.3

4

lib/PackageDefinitionsCache.d.ts

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

/**
* This is a helper function for testing, to get all package definitions in the cache.
*/
_getAll(options?: Pick<GetPackageDefinitionOptions, 'disableTransforms'>): Record<string, PackageJson>;
/**
* Remove one package from the cache.

@@ -48,0 +52,0 @@ * @deprecated Not used.

3

lib/PackageSettings.d.ts

@@ -22,3 +22,3 @@ import type { PackageJsonExports } from './PackageJson.js';

* devDependencies are needed by the app. This often happens when a library has a demo app which relies
* on devDependencies.
* on devDependencies. Accepts `devDependencies` as a special value to include all devDependencies.
*/

@@ -29,2 +29,3 @@ includedDependencies?: string[];

* which should not be included in the import map or evaluated during `init`, it can be listed here to ignore it.
* Accepts `peerDependencies` as a special value to exclude all peerDependencies.
*/

@@ -31,0 +32,0 @@ excludedDependencies?: string[];

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

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

@@ -535,3 +535,3 @@ {

},
"description": "The dependencies which should be included when computing the import map. This is primarily used when devDependencies are needed by the app. This often happens when a library has a demo app which relies on devDependencies."
"description": "The dependencies which should be included when computing the import map. This is primarily used when devDependencies are needed by the app. This often happens when a library has a demo app which relies on devDependencies. Accepts `devDependencies` as a special value to include all devDependencies."
},

@@ -543,3 +543,3 @@ "excludedDependencies": {

},
"description": "The dependencies which should be ignored by Cloudpack verbs. For example, if \"react-native\" is a dependency which should not be included in the import map or evaluated during `init`, it can be listed here to ignore it."
"description": "The dependencies which should be ignored by Cloudpack verbs. For example, if \"react-native\" is a dependency which should not be included in the import map or evaluated during `init`, it can be listed here to ignore it. Accepts `peerDependencies` as a special value to exclude all peerDependencies."
},

@@ -546,0 +546,0 @@ "inlinedDependencies": {

@@ -59,3 +59,3 @@ {

},
"description": "The dependencies which should be included when computing the import map. This is primarily used when devDependencies are needed by the app. This often happens when a library has a demo app which relies on devDependencies."
"description": "The dependencies which should be included when computing the import map. This is primarily used when devDependencies are needed by the app. This often happens when a library has a demo app which relies on devDependencies. Accepts `devDependencies` as a special value to include all devDependencies."
},

@@ -67,3 +67,3 @@ "excludedDependencies": {

},
"description": "The dependencies which should be ignored by Cloudpack verbs. For example, if \"react-native\" is a dependency which should not be included in the import map or evaluated during `init`, it can be listed here to ignore it."
"description": "The dependencies which should be ignored by Cloudpack verbs. For example, if \"react-native\" is a dependency which should not be included in the import map or evaluated during `init`, it can be listed here to ignore it. Accepts `peerDependencies` as a special value to exclude all peerDependencies."
},

@@ -70,0 +70,0 @@ "inlinedDependencies": {

@@ -536,3 +536,3 @@ {

},
"description": "The dependencies which should be included when computing the import map. This is primarily used when devDependencies are needed by the app. This often happens when a library has a demo app which relies on devDependencies."
"description": "The dependencies which should be included when computing the import map. This is primarily used when devDependencies are needed by the app. This often happens when a library has a demo app which relies on devDependencies. Accepts `devDependencies` as a special value to include all devDependencies."
},

@@ -544,3 +544,3 @@ "excludedDependencies": {

},
"description": "The dependencies which should be ignored by Cloudpack verbs. For example, if \"react-native\" is a dependency which should not be included in the import map or evaluated during `init`, it can be listed here to ignore it."
"description": "The dependencies which should be ignored by Cloudpack verbs. For example, if \"react-native\" is a dependency which should not be included in the import map or evaluated during `init`, it can be listed here to ignore it. Accepts `peerDependencies` as a special value to exclude all peerDependencies."
},

@@ -547,0 +547,0 @@ "inlinedDependencies": {

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