Socket
Socket
Sign inDemoInstall

@celo/utils

Package Overview
Dependencies
Maintainers
20
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@celo/utils - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

2

lib/account.js

@@ -603,3 +603,3 @@ "use strict";

var node = bip32.fromSeed(seed);
var newNode = node.derivePath(derivationPath + "/" + changeIndex + "/" + addressIndex);
var newNode = node.derivePath("" + (derivationPath ? derivationPath + "/" : '') + changeIndex + "/" + addressIndex);
if (!newNode.privateKey) {

@@ -606,0 +606,0 @@ // As we are generating the node from a seed, the node will always have a private key and this would never happened

@@ -69,2 +69,3 @@ "use strict";

'en-us': country.name,
// @ts-ignore
'es-419': country_json_1.default[country.alpha2],

@@ -71,0 +72,0 @@ };

@@ -24,2 +24,3 @@ import * as t from 'io-ts';

maxRerequestMins: t.NumberC;
twilioVerifySidProvided: t.BooleanC;
}>;

@@ -26,0 +27,0 @@ export declare const AttestationServiceTestRequestType: t.TypeC<{

@@ -76,2 +76,3 @@ "use strict";

maxRerequestMins: t.number,
twilioVerifySidProvided: t.boolean,
});

@@ -78,0 +79,0 @@ exports.AttestationServiceTestRequestType = t.type({

{
"name": "@celo/utils",
"version": "1.2.4",
"version": "1.2.5",
"description": "Celo common utils",

@@ -12,3 +12,3 @@ "author": "Celo",

"build": "tsc -b .",
"clean": "tsc -b . --clean && rm -r lib",
"clean": "tsc -b . --clean",
"docs": "typedoc && ts-node scripts/linkdocs.ts utils",

@@ -23,3 +23,3 @@ "test": "jest --runInBand --ci",

"dependencies": {
"@celo/base": "1.2.4",
"@celo/base": "1.2.5",
"@types/country-data": "^0.0.0",

@@ -26,0 +26,0 @@ "@types/elliptic": "^6.4.9",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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