@0xcert/ethereum-utils
Advanced tools
Comparing version 1.0.0-rc1 to 1.0.0-rc2
{ | ||
"files": {}, | ||
"files": { | ||
"packages/0xcert-ethereum-utils/README.md": "a4f7b69c2c6dd7a7b42f18d4b54c6c47d39d116e", | ||
"packages/0xcert-ethereum-utils/nodemon.json": "82b893373db9861f1df4b55d8ea68a5d37b118de", | ||
"packages/0xcert-ethereum-utils/package.json": "01102a24a42724800e6347b2f4323db6c7dfa380", | ||
"packages/0xcert-ethereum-utils/src/index.ts": "7572a5bccc32fd2d321a3e80ed303e6a944d0f08", | ||
"packages/0xcert-ethereum-utils/src/lib/abi.ts": "9c257bbbc44db4b4495f02ec8f7b8453754779a5", | ||
"packages/0xcert-ethereum-utils/src/lib/big-number.ts": "0cc31a5909de1a664419eeae2d72334d5f25d737", | ||
"packages/0xcert-ethereum-utils/src/lib/normalize-address.ts": "d6afd217d43dab9f083c4b5ea2a0ec789edd6087", | ||
"packages/0xcert-ethereum-utils/src/tests/encode-parameters.test.ts": "18534dee0c680d8f5978cfa43974194839e3f003", | ||
"packages/0xcert-ethereum-utils/src/tests/normalize-address.test.ts": "2521e93d3b187f7509ea2f9bc93abbadc086ae9c", | ||
"packages/0xcert-ethereum-utils/tsconfig.json": "4aeac3c20e45b7e477e82012eb7788f7dbb11bf3", | ||
"packages/0xcert-ethereum-utils/tslint.json": "b0a3b65cb51c9a9e16abb4463660440dd701ea3c", | ||
"common/config/rush/npm-shrinkwrap.json": "0ea2df5136471a39c49faa46a4eef6a0570c7c72" | ||
}, | ||
"arguments": "npx nyc npx specron test " | ||
} |
{ | ||
"name": "@0xcert/ethereum-utils", | ||
"version": "1.0.0-rc1", | ||
"version": "1.0.0-rc2", | ||
"description": "General Ethereum utility module with helper functions for the Ethereum blockchain.", | ||
@@ -70,5 +70,5 @@ "main": "./dist/index.js", | ||
"devDependencies": { | ||
"@0xcert/ethereum-sandbox": "1.0.0-rc1", | ||
"@specron/cli": "^0.5.1", | ||
"@specron/spec": "^0.5.1", | ||
"@0xcert/ethereum-sandbox": "1.0.0-rc2", | ||
"@specron/cli": "^0.5.2", | ||
"@specron/spec": "^0.5.2", | ||
"nyc": "^13.1.0", | ||
@@ -79,4 +79,4 @@ "solc": "0.5.1", | ||
"typescript": "^3.1.1", | ||
"web3": "^1.0.0-beta.36", | ||
"@0xcert/utils": "1.0.0-rc1" | ||
"web3": "1.0.0-beta.36", | ||
"@0xcert/utils": "1.0.0-rc2" | ||
}, | ||
@@ -83,0 +83,0 @@ "dependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20380
404