Socket
Socket
Sign inDemoInstall

@hyperledger/cactus-core-api

Package Overview
Dependencies
Maintainers
3
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.1.3 to 2.0.0-alpha.1

4

dist/lib/main/typescript/plugin/ledger-connector/i-socket-api-client.d.ts

@@ -11,4 +11,4 @@ import type { Observable } from "rxjs";

sendSyncRequest?(contract?: Record<string, unknown>, method?: Record<string, unknown>, args?: any, baseConfig?: any): Promise<any>;
watchBlocksV1?(monitorOptions?: Record<string, unknown>): Observable<BlockType>;
watchBlocksAsyncV1?(monitorOptions?: Record<string, unknown>): Promise<Observable<BlockType>>;
watchBlocksV1?(monitorOptions?: any): Observable<BlockType>;
watchBlocksAsyncV1?(monitorOptions?: any): Promise<Observable<BlockType>>;
}
{
"name": "@hyperledger/cactus-core-api",
"version": "1.1.3",
"version": "2.0.0-alpha.1",
"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.",

@@ -18,3 +18,5 @@ "main": "dist/lib/main/typescript/index.js",

"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",
"generate-sdk": "run-p generate-sdk:*",
"generate-sdk:typescript-axios": "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",
"generate-sdk:kotlin": "openapi-generator-cli generate -i ./src/main/json/openapi.json -g kotlin -o ./src/main/kotlin/generated/openapi/kotlin-client/ --reserved-words-mappings protected=protected",
"preproto:protoc-gen-ts": "make-dir ./src/main/typescript/generated/proto/protoc-gen-ts/weaver/common/protos/",

@@ -44,3 +46,3 @@ "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",

"type": "git",
"url": "git+https://github.com/hyperledger/cactus.git"
"url": "git+https://github.com/hyperledger/cacti.git"
},

@@ -54,5 +56,5 @@ "keywords": [

],
"homepage": "https://github.com/hyperledger/cactus#readme",
"homepage": "https://github.com/hyperledger/cacti#readme",
"bugs": {
"url": "https://github.com/hyperledger/cactus/issues"
"url": "https://github.com/hyperledger/cacti/issues"
},

@@ -78,3 +80,3 @@ "license": "Apache-2.0",

"dependencies": {
"@hyperledger/cactus-common": "1.1.3",
"@hyperledger/cactus-common": "2.0.0-alpha.1",
"axios": "0.21.4"

@@ -91,3 +93,3 @@ },

},
"gitHead": "795ee6bbd9637c2259fe92d0f56780d36121c538"
"gitHead": "e54842d168be78a3cd327ca07c24b75ea43043f8"
}

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