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

ibm-blockchain-js

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ibm-blockchain-js - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

9

index.js

@@ -739,3 +739,3 @@ 'use strict';

},
id: 11100010
id: Date.now()
};

@@ -759,3 +759,4 @@ }

options.success = function(statusCode, data){
ibc.chaincode.details.deployed_name = data.message;
if(data.result && ibc.chaincode.details.version.indexOf('hyperledger/fabric/core/chaincode/shim') >= 0) ibc.chaincode.details.deployed_name = data.result.message;
else ibc.chaincode.details.deployed_name = data.message;
ibc.prototype.save(tempDirectory); //save it so we remember we have deployed

@@ -887,3 +888,3 @@ if(deploy_options && deploy_options.save_path != null) ibc.prototype.save(deploy_options.save_path);

},
id: 11100010
id: Date.now()
};

@@ -959,3 +960,3 @@ }

},
id: 11100010
id: Date.now()
};

@@ -962,0 +963,0 @@ }

{
"name": "ibm-blockchain-js",
"version": "1.1.0",
"version": "1.1.1",
"description": "A library for easily interacting with IBM Blockchain.",

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

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