Socket
Socket
Sign inDemoInstall

web3-core-helpers

Package Overview
Dependencies
46
Maintainers
2
Versions
137
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-beta.51 to 1.0.0-beta.52

2

dist/web3-core-helpers.esm.js

@@ -5,3 +5,3 @@ import isString from 'lodash/isString';

import isNumber from 'lodash/isNumber';
import { toBN, isHexStrict, numberToHex, isHex, utf8ToHex, hexToNumber, isAddress, toChecksumAddress, fromUtf8, sha3, toUtf8 } from 'web3-utils';
import { toBN, isHexStrict, numberToHex, isHex, utf8ToHex, hexToNumber, isAddress, toChecksumAddress, sha3, fromUtf8, toUtf8 } from 'web3-utils';
import { Iban } from 'web3-eth-iban';

@@ -8,0 +8,0 @@

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('lodash/isString'), require('lodash/isArray'), require('lodash/isObject'), require('lodash/isNumber'), require('web3-utils'), require('web3-eth-iban')) :
typeof define === 'function' && define.amd ? define(['exports', 'lodash/isString', 'lodash/isArray', 'lodash/isObject', 'lodash/isNumber', 'web3-utils', 'web3-eth-iban'], factory) :
(factory((global.Web3CoreHelpers = {}),global.isString,global.isArray,global.isObject,global.isNumber,global.Utils,global.web3EthIban));
}(this, (function (exports,isString,isArray,isObject,isNumber,Utils,web3EthIban) { 'use strict';
(global = global || self, factory(global.Web3CoreHelpers = {}, global.isString, global.isArray, global.isObject, global.isNumber, global.Utils, global.web3EthIban));
}(this, function (exports, isString, isArray, isObject, isNumber, Utils, web3EthIban) { 'use strict';

@@ -289,2 +289,2 @@ isString = isString && isString.hasOwnProperty('default') ? isString['default'] : isString;

})));
}));
{
"name": "web3-core-helpers",
"namespace": "ethereum",
"version": "1.0.0-beta.51",
"version": "1.0.0-beta.52",
"description": "Web3 core tools helper for sub packages. This is an internal package.",

@@ -11,3 +11,3 @@ "repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-core-helpers",

"browser": "dist/web3-core-helpers.umd.js",
"types": "types",
"types": "types/index.d.ts",
"scripts": {

@@ -22,4 +22,4 @@ "build": "rollup -c",

"lodash": "^4.17.11",
"web3-eth-iban": "1.0.0-beta.51",
"web3-utils": "1.0.0-beta.51"
"web3-eth-iban": "1.0.0-beta.52",
"web3-utils": "1.0.0-beta.52"
},

@@ -29,4 +29,4 @@ "devDependencies": {

"dtslint": "0.4.2",
"web3-core": "1.0.0-beta.51",
"web3-providers": "1.0.0-beta.51"
"web3-core": "1.0.0-beta.52",
"web3-providers": "1.0.0-beta.52"
},

@@ -37,3 +37,3 @@ "files": [

],
"gitHead": "67468b3f923d85839fc06ff4eedbe553ba60c185"
"gitHead": "1c89f503c90180598910d29892f6ebf92455cfe1"
}
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