@omisego/omg-js-util
Advanced tools
Comparing version 3.1.0-0.4.6 to 4.0.0-0.4.7
{ | ||
"name": "@omisego/omg-js-util", | ||
"version": "3.1.0-0.4.6", | ||
"version": "4.0.0-0.4.7", | ||
"description": "OMG util module", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"audit-check": "audit-ci --moderate" | ||
}, | ||
"author": "OmiseGo", | ||
"contributors": [ | ||
"Pong Cheecharern <pong@omise.co>", | ||
"Kevin Sullivan <kevinsul@omise.co>", | ||
"Jarindr Thitadilaka <jarindr@omisego.co>", | ||
"Nicholas Mueller <nicholas@omisego.co>" | ||
"Pong Cheecharern <@Pongch>", | ||
"Kevin Sullivan <@kevsul>", | ||
"Jarindr Thitadilaka <@jarindr>", | ||
"Nicholas Mueller <@nicholasmueller>" | ||
], | ||
@@ -37,3 +40,6 @@ "license": "Apache-2.0", | ||
}, | ||
"gitHead": "9f652f8a3f6ae0cc8915b1268503631d97e8edfb" | ||
"devDependencies": { | ||
"audit-ci": "^2.5.1" | ||
}, | ||
"gitHead": "f0b774ab1acdc4a0df6489c81cd03604c18f396d" | ||
} |
@@ -445,3 +445,3 @@ /* | ||
const tx = numberToBN(input.txindex).muln(TX_OFFSET) | ||
const position = blk.add(tx).addn(input.oindex).toBuffer() | ||
const position = blk.add(tx).addn(input.oindex).toArrayLike(Buffer) | ||
const toPad = 32 - position.length | ||
@@ -448,0 +448,0 @@ const pads = Buffer.alloc(toPad, 0) |
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
98347
1