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.3 to 0.2.4

6

lib/PackageSettings.d.ts

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

inputPaths?: string[];
/**
* Whether to ignore missing exports when verifying consumed exports.
*
* To be used with `verifyExports`.
*/
ignoreMissingExports?: boolean;
}
//# sourceMappingURL=PackageSettings.d.ts.map

2

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

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

@@ -94,2 +94,6 @@ {

"description": "Paths used for file monitoring and input hashing. Supports glob matching. Defaults to `[/src/**, *.json]` and excludes node_modules. Use `...` to include the default paths."
},
"ignoreMissingExports": {
"type": "boolean",
"description": "Whether to ignore missing exports when verifying consumed exports.\n\nTo be used with `verifyExports`."
}

@@ -96,0 +100,0 @@ },

@@ -571,2 +571,6 @@ {

"description": "Paths used for file monitoring and input hashing. Supports glob matching. Defaults to `[/src/**, *.json]` and excludes node_modules. Use `...` to include the default paths."
},
"ignoreMissingExports": {
"type": "boolean",
"description": "Whether to ignore missing exports when verifying consumed exports.\n\nTo be used with `verifyExports`."
}

@@ -573,0 +577,0 @@ },

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