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

@zilliqa-js/core

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zilliqa-js/core - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

dist/constants.d.ts

1

dist/index.d.ts

@@ -6,2 +6,3 @@ export * from './types';

export * from './providers/http';
export * from './constants';
//# sourceMappingURL=index.d.ts.map

@@ -429,3 +429,10 @@ import fetch from 'cross-fetch';

export { Signer, sign, RPCMethod, RPCErrorCode, performRPC, isValidResponse, composeMiddleware, HTTPProvider };
// this constant is used to indicate the number of times to poll the
// blockchain for a transaction confirmation. this number has been selected by
// using a heuristic to calculate the approximate maximum amount of time it
// should take for a transaction to be confirmed, even during a PoW submission
// round.
var GET_TX_ATTEMPTS = 33;
export { Signer, sign, RPCMethod, RPCErrorCode, performRPC, isValidResponse, composeMiddleware, HTTPProvider, GET_TX_ATTEMPTS };
//# sourceMappingURL=index.esm.js.map

@@ -9,2 +9,3 @@ "use strict";

tslib_1.__exportStar(require("./providers/http"), exports);
tslib_1.__exportStar(require("./constants"), exports);
//# sourceMappingURL=index.js.map

@@ -429,2 +429,9 @@ (function (global, factory) {

// this constant is used to indicate the number of times to poll the
// blockchain for a transaction confirmation. this number has been selected by
// using a heuristic to calculate the approximate maximum amount of time it
// should take for a transaction to be confirmed, even during a PoW submission
// round.
var GET_TX_ATTEMPTS = 33;
exports.Signer = Signer;

@@ -436,2 +443,3 @@ exports.sign = sign;

exports.HTTPProvider = HTTPProvider;
exports.GET_TX_ATTEMPTS = GET_TX_ATTEMPTS;

@@ -438,0 +446,0 @@ Object.defineProperty(exports, '__esModule', { value: true });

4

package.json
{
"name": "@zilliqa-js/core",
"version": "0.3.1",
"version": "0.3.2",
"description": "Core abstractions that power the zilliqa JS client.",

@@ -27,3 +27,3 @@ "main": "dist/index.js",

},
"gitHead": "cea8479ea23babc4f9138d99aabed5927358d68e"
"gitHead": "03c1bc68e13d609f6a9c951ae5fe78459d821ec4"
}

@@ -6,1 +6,2 @@ export * from './types';

export * from './providers/http';
export * from './constants';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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