@hyperledger/cactus-core
Advanced tools
Comparing version 0.9.1-docs-1312.bcfd3c31.6 to 0.9.1-fix-quorum-no-keychain-endpoints.e1eba3a4.33
@@ -6,1 +6,3 @@ export { registerWebServiceEndpoint } from "./web-services/register-web-service-endpoint"; | ||
export { consensusHasTransactionFinality } from "./consensus-has-transaction-finality"; | ||
export { IInstallOpenapiValidationMiddlewareRequest } from "./web-services/install-open-api-validator-middleware"; | ||
export { installOpenapiValidationMiddleware } from "./web-services/install-open-api-validator-middleware"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.consensusHasTransactionFinality = exports.AuthorizationOptionsProvider = exports.ConsortiumRepository = exports.PluginRegistry = exports.registerWebServiceEndpoint = void 0; | ||
exports.installOpenapiValidationMiddleware = exports.consensusHasTransactionFinality = exports.AuthorizationOptionsProvider = exports.ConsortiumRepository = exports.PluginRegistry = exports.registerWebServiceEndpoint = void 0; | ||
var register_web_service_endpoint_1 = require("./web-services/register-web-service-endpoint"); | ||
@@ -14,2 +14,4 @@ Object.defineProperty(exports, "registerWebServiceEndpoint", { enumerable: true, get: function () { return register_web_service_endpoint_1.registerWebServiceEndpoint; } }); | ||
Object.defineProperty(exports, "consensusHasTransactionFinality", { enumerable: true, get: function () { return consensus_has_transaction_finality_1.consensusHasTransactionFinality; } }); | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9tYWluL3R5cGVzY3JpcHQvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBQSw4RkFBMEY7QUFBakYsMklBQUEsMEJBQTBCLE9BQUE7QUFDbkMscURBQTJFO0FBQTFDLGlIQUFBLGNBQWMsT0FBQTtBQUMvQyxpRUFHaUM7QUFGL0IsNkhBQUEsb0JBQW9CLE9BQUE7QUFJdEIsZ0dBR3VEO0FBRnJELDhJQUFBLDRCQUE0QixPQUFBO0FBSTlCLDJGQUF1RjtBQUE5RSxxSkFBQSwrQkFBK0IsT0FBQSJ9 | ||
var install_open_api_validator_middleware_1 = require("./web-services/install-open-api-validator-middleware"); | ||
Object.defineProperty(exports, "installOpenapiValidationMiddleware", { enumerable: true, get: function () { return install_open_api_validator_middleware_1.installOpenapiValidationMiddleware; } }); | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9tYWluL3R5cGVzY3JpcHQvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBQSw4RkFBMEY7QUFBakYsMklBQUEsMEJBQTBCLE9BQUE7QUFDbkMscURBQTJFO0FBQTFDLGlIQUFBLGNBQWMsT0FBQTtBQUMvQyxpRUFHaUM7QUFGL0IsNkhBQUEsb0JBQW9CLE9BQUE7QUFJdEIsZ0dBR3VEO0FBRnJELDhJQUFBLDRCQUE0QixPQUFBO0FBSTlCLDJGQUF1RjtBQUE5RSxxSkFBQSwrQkFBK0IsT0FBQTtBQUd4Qyw4R0FBMEc7QUFBakcsMkpBQUEsa0NBQWtDLE9BQUEifQ== |
{ | ||
"name": "@hyperledger/cactus-core", | ||
"version": "0.9.1-docs-1312.bcfd3c31.6+bcfd3c31", | ||
"version": "0.9.1-fix-quorum-no-keychain-endpoints.e1eba3a4.33+e1eba3a4", | ||
"description": "Contains lower level abstractions/implementation that is to be shared by multiple other, higher level packages of the project.", | ||
@@ -66,6 +66,7 @@ "main": "dist/lib/main/typescript/index.js", | ||
"dependencies": { | ||
"@hyperledger/cactus-common": "^0.9.1-docs-1312.bcfd3c31.6+bcfd3c31", | ||
"@hyperledger/cactus-core-api": "^0.9.1-docs-1312.bcfd3c31.6+bcfd3c31", | ||
"@hyperledger/cactus-common": "^0.9.1-fix-quorum-no-keychain-endpoints.e1eba3a4.33+e1eba3a4", | ||
"@hyperledger/cactus-core-api": "^0.9.1-fix-quorum-no-keychain-endpoints.e1eba3a4.33+e1eba3a4", | ||
"express": "4.17.1", | ||
"express-jwt-authz": "2.4.1", | ||
"express-openapi-validator": "4.12.12", | ||
"typescript-optional": "2.0.1" | ||
@@ -77,3 +78,3 @@ }, | ||
}, | ||
"gitHead": "bcfd3c3113ef63bae0d83a81a855efb5254b91fb" | ||
"gitHead": "e1eba3a46e9c66662c2db3f07f1d68ec76a2a62d" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
27
62286
6
601
+ Added@apidevtools/json-schema-ref-parser@9.0.9(transitive)
+ Added@jsdevtools/ono@7.1.3(transitive)
+ Added@types/json-schema@7.0.15(transitive)
+ Added@types/multer@1.4.12(transitive)
+ Addedajv@6.12.6(transitive)
+ Addedappend-field@1.0.0(transitive)
+ Addedargparse@2.0.1(transitive)
+ Addedbuffer-from@1.1.2(transitive)
+ Addedbusboy@0.2.14(transitive)
+ Addedcall-me-maybe@1.0.2(transitive)
+ Addedconcat-stream@1.6.2(transitive)
+ Addedcore-util-is@1.0.3(transitive)
+ Addeddicer@0.2.5(transitive)
+ Addedexpress-openapi-validator@4.12.12(transitive)
+ Addedfast-deep-equal@3.1.3(transitive)
+ Addedfast-json-stable-stringify@2.1.0(transitive)
+ Addedisarray@0.0.11.0.0(transitive)
+ Addedjs-yaml@4.1.0(transitive)
+ Addedjson-schema-ref-parser@9.0.9(transitive)
+ Addedjson-schema-traverse@0.4.1(transitive)
+ Addedlodash.clonedeep@4.5.0(transitive)
+ Addedlodash.get@4.4.2(transitive)
+ Addedlodash.uniq@4.5.0(transitive)
+ Addedlodash.zipobject@4.1.3(transitive)
+ Addedmedia-typer@1.1.0(transitive)
+ Addedminimist@1.2.8(transitive)
+ Addedmkdirp@0.5.6(transitive)
+ Addedmulter@1.4.4(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedono@7.1.3(transitive)
+ Addedpath-to-regexp@6.3.0(transitive)
+ Addedprocess-nextick-args@2.0.1(transitive)
+ Addedpunycode@2.3.1(transitive)
+ Addedreadable-stream@1.1.142.3.8(transitive)
+ Addedstreamsearch@0.1.2(transitive)
+ Addedstring_decoder@0.10.311.1.1(transitive)
+ Addedtypedarray@0.0.6(transitive)
+ Addeduri-js@4.4.1(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
+ Addedxtend@4.0.2(transitive)
Updated@hyperledger/cactus-common@^0.9.1-fix-quorum-no-keychain-endpoints.e1eba3a4.33+e1eba3a4
Updated@hyperledger/cactus-core-api@^0.9.1-fix-quorum-no-keychain-endpoints.e1eba3a4.33+e1eba3a4