Socket
Socket
Sign inDemoInstall

fabric-contract-api

Package Overview
Dependencies
Maintainers
1
Versions
220
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fabric-contract-api - npm Package Compare versions

Comparing version 1.3.0-snapshot.2 to 1.3.0-snapshot.3

types/index.d.ts

10

lib/contract.js

@@ -118,12 +118,2 @@ /*

/**
* Get summary information about the identitiy that is being used to submit
* this transactions
*
* @return {ClientIdentity} clientIdentity objects
*/
getCurrentIdentity(){
return new ClientIdentity(this.stub);
}
/**
* Gets meta data about this instance

@@ -130,0 +120,0 @@ *

{
"name": "fabric-contract-api",
"version": "1.3.0-snapshot.2",
"version": "1.3.0-snapshot.3",
"description": "A node.js implementation of Hyperledger Fabric chaincode shim, to allow endorsing peers and user-provided chaincodes to communicate with each other",

@@ -22,3 +22,4 @@ "main": "index.js",

}
},
"types": "./types/index.d.ts"
}
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