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

@0xcert/ethereum-utils

Package Overview
Dependencies
Maintainers
2
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xcert/ethereum-utils - npm Package Compare versions

Comparing version 0.0.0-alpha4 to 0.0.0-alpha5

2

dist/lib/sha.d.ts

@@ -1,1 +0,1 @@

export { BN, soliditySha3, padLeft } from 'web3-utils';
export { BN, soliditySha3 } from 'web3-utils';

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

exports.soliditySha3 = web3_utils_1.soliditySha3;
exports.padLeft = web3_utils_1.padLeft;
//# sourceMappingURL=sha.js.map
{
"files": {
"packages/0xcert-ethereum-utils/nodemon.json": "82b893373db9861f1df4b55d8ea68a5d37b118de",
"packages/0xcert-ethereum-utils/package.json": "0b9b8659fbf67d254a9262ebd26ee915c49caecd",
"packages/0xcert-ethereum-utils/package.json": "fe329a2d336612b5a76702b7c242cf1631567879",
"packages/0xcert-ethereum-utils/src/index.ts": "496aa52d350408a3807496bcb72deeec1a32249b",
"packages/0xcert-ethereum-utils/src/lib/abi.ts": "ff40889d558e848ae1c88ac833952ca85378a240",
"packages/0xcert-ethereum-utils/src/lib/normalize-address.ts": "298f0d0dfd374ef8039ed334614be4a82923d0d3",
"packages/0xcert-ethereum-utils/src/lib/sha.ts": "263184bba4c6e582bcfcdc033192c64510c522d0",
"packages/0xcert-ethereum-utils/src/lib/sha.ts": "961948fda25711783927f414711102feb284f1c6",
"packages/0xcert-ethereum-utils/src/tests/index.test.ts": "4158bc2c5b392389a4edcfd938158a0acad3a9e2",
"packages/0xcert-ethereum-utils/tsconfig.json": "4aeac3c20e45b7e477e82012eb7788f7dbb11bf3",
"common/config/rush/npm-shrinkwrap.json": "85e9a2392b6dc8ee32e79467374e9a32d2631090"
"common/config/rush/npm-shrinkwrap.json": "a99d60ec92a85b5d9f934b82b318c4360f4c7083"
},
"arguments": "npm run clean; npx tsc "
}
{
"name": "@0xcert/ethereum-utils",
"version": "0.0.0-alpha4",
"version": "0.0.0-alpha5",
"description": "Ethereum utils for 0xcert protocol.",

@@ -25,6 +25,6 @@ "main": "./dist/index.js",

"devDependencies": {
"@0xcert/ethereum-sandbox": "0.0.0-alpha4",
"@specron/cli": "^0.3.0",
"@specron/spec": "^0.3.0",
"solc": "^0.4.25",
"@0xcert/ethereum-sandbox": "0.0.0-alpha5",
"@specron/cli": "^0.4.3",
"@specron/spec": "^0.4.3",
"solc": "^0.5.1",
"ts-node": "^7.0.1",

@@ -31,0 +31,0 @@ "typescript": "^3.1.1",

// TODO: Refactor all
export { BN, soliditySha3, padLeft } from 'web3-utils';
export { BN, soliditySha3 } from 'web3-utils';

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