Socket
Socket
Sign inDemoInstall

fabric-shim-api

Package Overview
Dependencies
Maintainers
3
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fabric-shim-api - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1-dev-20210311

6

.rush/temp/package-deps_build.json
{
"files": {
"apis/fabric-shim-api/LICENSE": "8f71f43fee3f78649d238238cbde51e6d7055c82",
"apis/fabric-shim-api/README.md": "e068762e6d4dfc2d3b18be00a9d022736aa91765",
"apis/fabric-shim-api/README.md": "9dd427468273cd4a38c55dae7b97b1da91c62464",
"apis/fabric-shim-api/index.js": "9bfebed3d9254206015c4ebc29b057a2b5bc612e",
"apis/fabric-shim-api/package.json": "b9dd562fedbbfa57fad5a891304ae8727c14b49d",
"apis/fabric-shim-api/types/index.d.ts": "7224c068a18036554b5b108229558f056878384a",
"apis/fabric-shim-api/package.json": "e69a7ffb9f80973b8949099b312420a50db6bbbb",
"apis/fabric-shim-api/types/index.d.ts": "fac575ed01af6805d5b74c83a111891ec06353e4",
"apis/fabric-shim-api/types/tsconfig.json": "ed09ed38db1792491a70a0300a3790c5ad4ae7cc",

@@ -9,0 +9,0 @@ "apis/fabric-shim-api/.rush/temp/shrinkwrap-deps.json": "188278ab56ae53c18ee32d790b97bbf660afeee6"

{
"name": "fabric-shim-api",
"version": "2.3.0",
"tag": "latest",
"description": "A node.js API of Hyperledger Fabric chaincode shim, to allow endorsing peers and user-provided chaincodes to communicate with each other",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/hyperledger/fabric-chaincode-node"
},
"scripts": {
"build": "echo No Build needed"
},
"keywords": [
"fabric-shim",
"Hyperledger Fabric",
"Fabric Shim"
],
"engines": {
"node": "^12.16.1",
"npm": "^6.4.1",
"eslint": "6.6.0"
},
"types": "./types/index.d.ts",
"license": "Apache-2.0",
"devDependencies": {
"@types/long": "^4.0.1"
}
}
"name": "fabric-shim-api",
"version": "2.3.1-dev-20210311",
"tag": "unstable",
"description": "A node.js API of Hyperledger Fabric chaincode shim, to allow endorsing peers and user-provided chaincodes to communicate with each other",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/hyperledger/fabric-chaincode-node"
},
"scripts": {
"build": "echo No Build needed"
},
"keywords": [
"fabric-shim",
"Hyperledger Fabric",
"Fabric Shim"
],
"engines": {
"node": "^12.16.1",
"npm": "^6.4.1",
"eslint": "^6.6.0"
},
"types": "./types/index.d.ts",
"license": "Apache-2.0",
"devDependencies": {
"@types/long": "^4.0.1"
}
}

@@ -8,3 +8,3 @@ [![NPM](https://nodei.co/npm/fabric-shim-api.svg?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/fabric-shim-api/)

Detailed explanation on the concepts and programming model can be found here: [https://hyperledger-fabric.readthedocs.io/en/release-2.1/smartcontract/smartcontract.html](https://hyperledger-fabric.readthedocs.io/en/release-2.1/smartcontract/smartcontract.html).
Detailed explanation on the concepts and programming model can be found here: [https://hyperledger-fabric.readthedocs.io/en/latest/smartcontract/smartcontract.html](https://hyperledger-fabric.readthedocs.io/en/latest/smartcontract/smartcontract.html).

@@ -11,0 +11,0 @@

@@ -63,2 +63,3 @@ /*

getTxTimestamp(): Timestamp;
getDateTimestamp(): Date;
getBinding(): string;

@@ -65,0 +66,0 @@

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