Socket
Socket
Sign inDemoInstall

digitalproperty-network

Package Overview
Dependencies
1
Maintainers
3
Versions
185
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.2-20180228214049 to 0.2.2-20180301135319

2

package.json

@@ -6,3 +6,3 @@ {

"name": "digitalproperty-network",
"version": "0.2.2-20180228214049",
"version": "0.2.2-20180301135319",
"description": "Digital Property Network",

@@ -9,0 +9,0 @@ "networkImage": "https://hyperledger.github.io/composer-sample-networks/packages/digitalproperty-network/networkimage.svg",

@@ -19,3 +19,3 @@ /*

const BusinessNetworkConnection = require('composer-client').BusinessNetworkConnection;
const { BusinessNetworkDefinition, CertificateUtil, IdCard, MemoryCardStore } = require('composer-common');
const { BusinessNetworkDefinition, CertificateUtil, IdCard } = require('composer-common');
const path = require('path');

@@ -27,3 +27,3 @@

// In-memory card store for testing so cards are not persisted to the file system
const cardStore = new MemoryCardStore();
const cardStore = require('composer-common').NetworkCardStoreManager.getCardStore( { type: 'composer-wallet-inmemory' } );
let adminConnection;

@@ -30,0 +30,0 @@ let businessNetworkConnection;

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc