@omisego/omg-js-childchain
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "@omisego/omg-js-childchain", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Module to interact with OMG ChildChain", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "9a3bf95a4962d55a766d4bedf8774bc7a52aefb8" | ||
"gitHead": "c30ba31e2aaf5f901e895ad7c33dd159e0906f06" | ||
} |
@@ -6,3 +6,3 @@ const newTransaction = require('./transaction/newTx') | ||
const watcherApi = require('./watcherApi') | ||
const { hexToByteArr, byteArrToBuffer, InvalidArgumentError } = require('omg-js-util') | ||
const { hexToByteArr, byteArrToBuffer, InvalidArgumentError } = require('@omisego/omg-js-util') | ||
global.Buffer = global.Buffer || require('buffer').Buffer | ||
@@ -9,0 +9,0 @@ |
var EthUtil = require('ethereumjs-util') | ||
var sigUtil = require('eth-sig-util') | ||
const { hexToByteArr, byteArrToBuffer } = require('omg-js-util') | ||
const { hexToByteArr, byteArrToBuffer } = require('@omisego/omg-js-util') | ||
global.Buffer = global.Buffer || require('buffer').Buffer | ||
@@ -5,0 +5,0 @@ const debug = require('debug')('omg.childchain.signatureDigest') |
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
27032