Socket
Socket
Sign inDemoInstall

@celo/utils

Package Overview
Dependencies
Maintainers
16
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 0.1.18 to 0.1.19

3

lib/io.d.ts

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

smsProviders: t.ArrayC<t.StringC>;
blacklistedRegionCodes: t.ArrayC<t.StringC>;
blacklistedRegionCodes: t.UnionC<[t.ArrayC<t.StringC>, t.UndefinedC]>;
accountAddress: t.Type<string, string, unknown>;

@@ -27,2 +27,3 @@ signature: t.UnionC<[t.StringC, t.UndefinedC]>;

signature: t.StringC;
provider: t.UnionC<[t.StringC, t.UndefinedC]>;
}>;

@@ -29,0 +30,0 @@ export declare type AttestationServiceTestRequest = t.TypeOf<typeof AttestationServiceTestRequestType>;

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

smsProviders: t.array(t.string),
blacklistedRegionCodes: t.array(t.string),
blacklistedRegionCodes: t.union([t.array(t.string), t.undefined]),
accountAddress: exports.AddressType,

@@ -92,3 +92,4 @@ signature: t.union([exports.SignatureType, t.undefined]),

signature: exports.SignatureType,
provider: t.union([t.string, t.undefined]),
});
//# sourceMappingURL=io.js.map
{
"name": "@celo/utils",
"version": "0.1.18",
"version": "0.1.19",
"description": "Celo common utils",

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

"dependencies": {
"@celo/base": "0.0.1",
"@celo/base": "0.0.2",
"@umpirsky/country-list": "git://github.com/umpirsky/country-list#05fda51",

@@ -59,2 +59,2 @@ "bigi": "^1.1.0",

}
}
}

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