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.30 to 1.0.31

2

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

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

@@ -322,2 +322,4 @@ // @flow

storage_limit += op.result.originated_contracts.length * 257
if (op.result.allocated_destination_contract)
storage_limit += 257
})

@@ -334,2 +336,4 @@ }

storage_limit += result.originated_contracts.length * 257
if (result.allocated_destination_contract)
storage_limit += 257

@@ -336,0 +340,0 @@ ops[index].gas_limit = gas_limit + ''

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