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

@omisego/omg-js-util

Package Overview
Dependencies
Maintainers
6
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@omisego/omg-js-util - npm Package Compare versions

Comparing version 3.1.0-0.4.6 to 4.0.0-0.4.7

18

package.json
{
"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)

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