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.5 to 1.3.0-snapshot.6

test/typescript/smartcontract.js

2

lib/contract.js

@@ -128,2 +128,2 @@ /*

module.exports = Contract;
module.exports = Contract;
{
"name": "fabric-contract-api",
"version": "1.3.0-snapshot.5",
"version": "1.3.0-snapshot.6",
"description": "A node.js implementation of Hyperledger Fabric chaincode shim, to allow endorsing peers and user-provided chaincodes to communicate with each other",

@@ -10,2 +10,5 @@ "main": "index.js",

},
"scripts": {
"compile": "tsc --project test/typescript"
},
"keywords": [

@@ -12,0 +15,0 @@ "fabric-shim",

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

```
### Usage

@@ -94,2 +94,2 @@

[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
see LICENSE.txt for more information.
see LICENSE.txt for more information.
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