Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fabric-contract-api

Package Overview
Dependencies
Maintainers
1
Versions
221
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.13 to 1.4.0-snapshot.14

3

package.json
{
"name": "fabric-contract-api",
"version": "1.3.0-snapshot.13",
"version": "1.4.0-snapshot.14",
"tag":"unstable",
"description": "A node.js implementation of Hyperledger Fabric chaincode shim, to allow endorsing peers and user-provided chaincodes to communicate with each other",

@@ -5,0 +6,0 @@ "main": "index.js",

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/*

@@ -8,3 +9,3 @@ Copyright 2018 IBM All Rights Reserved.

*/
Object.defineProperty(exports, "__esModule", { value: true });
/// <reference path="../../../fabric-shim/types/index.d.ts" />
const fabric_contract_api_1 = require("fabric-contract-api");

@@ -11,0 +12,0 @@ class ScenarioContext extends fabric_contract_api_1.Context {

@@ -7,3 +7,3 @@ /*

*/
/// <reference path="../../../fabric-shim/types/index.d.ts" />
import { Contract, Context } from 'fabric-contract-api';

@@ -10,0 +10,0 @@ import { ChaincodeStub, ClientIdentity } from 'fabric-shim';

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