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

tezbridge-network

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tezbridge-network - npm Package Compare versions

Comparing version 1.0.42 to 1.0.43

2

package.json
{
"name": "tezbridge-network",
"version": "1.0.42",
"version": "1.0.43",
"description": "The TezBridge network library for Tezos blockchain in JavaScript with Flow type system",

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

@@ -25,3 +25,3 @@ // @flow

async originated_contracts(address : string, spendable : boolean = true, net_type? : string) {
const url = this.domain(net_type || this.net_type) + `originations?account=${address}`
const url = this.domain(net_type || this.net_type) + `/originations?account=${address}`
const operations = await this.fetch(url)

@@ -28,0 +28,0 @@ const result = []

@@ -25,3 +25,3 @@ // @flow

async originated_contracts(address : string, spendable : boolean = true, net_type? : string) {
const url = this.domain(net_type || this.net_type) + `originations?account=${address}`
const url = this.domain(net_type || this.net_type) + `/originations?account=${address}`
const operations = await this.fetch(url)

@@ -28,0 +28,0 @@ const result = []

@@ -25,3 +25,3 @@ // @flow

async originated_contracts(address : string, spendable : boolean = true, net_type? : string) {
const url = this.domain(net_type || this.net_type) + `originations?account=${address}`
const url = this.domain(net_type || this.net_type) + `/originations?account=${address}`
const operations = await this.fetch(url)

@@ -28,0 +28,0 @@ const result = []

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