New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

augur-abi

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

augur-abi - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

5

index.js

@@ -74,2 +74,5 @@ /**

var hexbyte, hex = '';
if (str && str.constructor === Object || str.constructor === Array) {
str = JSON.stringify(str);
}
for (var i = 0, len = str.length; i < len; ++i) {

@@ -91,3 +94,3 @@ hexbyte = str.charCodeAt(i).toString(16);

case Array:
h = this.encode_hex(JSON.stringify(n));
h = this.bignum(n, "hex");
break;

@@ -94,0 +97,0 @@ case BigNumber:

2

package.json
{
"name": "augur-abi",
"version": "0.2.0",
"version": "0.2.1",
"description": "Contract ABI serialization",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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