Socket
Socket
Sign inDemoInstall

fabric-shim

Package Overview
Dependencies
Maintainers
2
Versions
304
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fabric-shim - npm Package Compare versions

Comparing version 1.0.0-snapshot.28 to 1.0.0-snapshot.29

11

lib/iterators.js

@@ -12,3 +12,4 @@ 'use strict';

/**
* A common iterator
* CommonIterator allows a chaincode to check whether any more result(s)
* need to be fetched from an iterator and close it when done.
*/

@@ -114,3 +115,4 @@ class CommonIterator extends EventEmitter {

/**
* A State Query iterator
* A State Query iterator allows a chaincode to iterate over a
* set of key/value pairs returned by range and execute queries
*/

@@ -124,3 +126,4 @@ class StateQueryIterator extends CommonIterator {

/**
* A History Query iterator
* A History Query iterator allows a chaincode to iterate over a
* set of key/value pairs returned by a history query
*/

@@ -134,2 +137,2 @@ class HistoryQueryIterator extends CommonIterator {

module.exports.StateQueryIterator = StateQueryIterator;
module.exports.HistoryQueryIterator = HistoryQueryIterator;
module.exports.HistoryQueryIterator = HistoryQueryIterator;
{
"name": "fabric-shim",
"version": "1.0.0-snapshot.28",
"version": "1.0.0-snapshot.29",
"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 +5,0 @@ "main": "index.js",

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