Socket
Socket
Sign inDemoInstall

@hyperledger/cactus-core-api

Package Overview
Dependencies
Maintainers
7
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyperledger/cactus-core-api - npm Package Compare versions

Comparing version 1.0.0-rc.3 to 1.0.0

dist/lib/main/typescript/client/i-verifier.d.ts

2

dist/lib/main/typescript/public-api.d.ts

@@ -6,2 +6,3 @@ import * as OpenApiJson from "../json/openapi.json";

export { IPluginLedgerConnector } from "./plugin/ledger-connector/i-plugin-ledger-connector";
export { ISocketApiClient } from "./plugin/ledger-connector/i-socket-api-client";
export { IPluginConsortium } from "./plugin/consortium/i-plugin-consortium";

@@ -20,1 +21,2 @@ export { IPluginKeychain } from "./plugin/keychain/i-plugin-keychain";

export { isIPluginObjectStore } from "./plugin/object-store/is-i-plugin-object-store";
export { IVerifier, LedgerEvent, IVerifierEventListener, } from "./client/i-verifier";

2

dist/lib/main/typescript/public-api.js

@@ -42,2 +42,2 @@ "use strict";

Object.defineProperty(exports, "isIPluginObjectStore", { enumerable: true, get: function () { return is_i_plugin_object_store_1.isIPluginObjectStore; } });
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9tYWluL3R5cGVzY3JpcHQvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsa0VBQW9EO0FBQzNDLGtDQUFXO0FBRXBCLDZFQUEyRDtBQUMzRCw0RUFBMEQ7QUFLMUQsK0VBQTJFO0FBQWxFLHlIQUFBLGlCQUFpQixPQUFBO0FBRzFCLGtGQUdtRDtBQURqRCwySEFBQSxtQkFBbUIsT0FBQTtBQUlyQiwwREFBd0Q7QUFBL0MsK0dBQUEsYUFBYSxPQUFBO0FBRXRCLDREQUlrQztBQURoQyxrSEFBQSxlQUFlLE9BQUE7QUFPakIsMEZBR3VEO0FBRHJELG1JQUFBLHVCQUF1QixPQUFBO0FBSXpCLDJGQUFzRjtBQUE3RSxnSUFBQSxvQkFBb0IsT0FBQSJ9
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9tYWluL3R5cGVzY3JpcHQvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsa0VBQW9EO0FBQzNDLGtDQUFXO0FBRXBCLDZFQUEyRDtBQUMzRCw0RUFBMEQ7QUFNMUQsK0VBQTJFO0FBQWxFLHlIQUFBLGlCQUFpQixPQUFBO0FBRzFCLGtGQUdtRDtBQURqRCwySEFBQSxtQkFBbUIsT0FBQTtBQUlyQiwwREFBd0Q7QUFBL0MsK0dBQUEsYUFBYSxPQUFBO0FBRXRCLDREQUlrQztBQURoQyxrSEFBQSxlQUFlLE9BQUE7QUFPakIsMEZBR3VEO0FBRHJELG1JQUFBLHVCQUF1QixPQUFBO0FBSXpCLDJGQUFzRjtBQUE3RSxnSUFBQSxvQkFBb0IsT0FBQSJ9
{
"name": "@hyperledger/cactus-core-api",
"version": "1.0.0-rc.3",
"version": "1.0.0",
"description": "Contains type definitions/interfaces for the kernel of the codebase. Kept separate from the implementation so that it is easier to use it as a dependency.",

@@ -15,13 +15,13 @@ "main": "dist/lib/main/typescript/index.js",

"scripts": {
"codegen": "run-p 'codegen:*'",
"codegen:openapi": "npm run generate-sdk",
"codegen:proto": "run-s proto:protoc-gen-ts",
"generate-sdk": "openapi-generator-cli generate -i ./src/main/json/openapi.json -g typescript-axios -o ./src/main/typescript/generated/openapi/typescript-axios/ --reserved-words-mappings protected=protected",
"codegen:openapi": "npm run generate-sdk",
"preproto:protoc-gen-ts": "make-dir ./src/main/typescript/generated/proto/protoc-gen-ts/weaver/common/protos/",
"proto:protoc-gen-ts": "yarn run grpc_tools_node_protoc --plugin=protoc-gen-ts=../../node_modules/.bin/protoc-gen-ts --ts_out=grpc_js:./src/main/typescript/generated/proto/protoc-gen-ts/weaver/common/protos/ --proto_path ./src/main/proto/weaver/common/protos/ ./src/main/proto/weaver/common/protos/common/*.proto ./src/main/proto/weaver/common/protos/corda/*.proto ./src/main/proto/weaver/common/protos/driver/*.proto ./src/main/proto/weaver/common/protos/networks/*.proto ./src/main/proto/weaver/common/protos/relay/*.proto",
"codegen:proto": "run-s proto:protoc-gen-ts",
"codegen": "run-p 'codegen:*'",
"watch": "npm-watch",
"webpack": "npm-run-all webpack:dev",
"webpack:dev": "npm-run-all webpack:dev:node webpack:dev:web",
"webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js",
"webpack:dev:node": "webpack --env=dev --target=node --config ../../webpack.config.js"
"webpack:dev:node": "webpack --env=dev --target=node --config ../../webpack.config.js",
"webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js"
},

@@ -53,2 +53,7 @@ "watch": {

],
"homepage": "https://github.com/hyperledger/cactus#readme",
"bugs": {
"url": "https://github.com/hyperledger/cactus/issues"
},
"license": "Apache-2.0",
"author": {

@@ -71,7 +76,6 @@ "name": "Hyperledger Cactus Contributors",

],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hyperledger/cactus/issues"
"dependencies": {
"@hyperledger/cactus-common": "1.0.0",
"axios": "0.21.4"
},
"homepage": "https://github.com/hyperledger/cactus#readme",
"devDependencies": {

@@ -82,10 +86,7 @@ "@grpc/grpc-js": "1.3.6",

"make-dir-cli": "3.0.0",
"socket.io": "4.1.3",
"rxjs": "7.3.0",
"socket.io": "4.4.1",
"typescript-optional": "2.0.1"
},
"dependencies": {
"@hyperledger/cactus-common": "1.0.0-rc.3",
"axios": "0.21.4"
},
"gitHead": "fdd888396d6727ee225b6729a2aac6d6d05b802c"
"gitHead": "864449fb96c39e4605d5df4d51465af765b3d10f"
}

Sorry, the diff of this file is too big to display

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