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

@celo/base

Package Overview
Dependencies
Maintainers
17
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@celo/base - npm Package Compare versions

Comparing version 5.0.0-beta.1 to 5.0.0

3

lib/address.d.ts
export declare type Address = string;
export declare type StrongAddress = `0x${string}`;
export declare const eqAddress: (a: Address, b: Address) => boolean;

@@ -7,3 +8,3 @@ export declare const normalizeAddress: (a: Address) => string;

export declare const trimLeading0x: (input: string) => string;
export declare const ensureLeading0x: (input: string) => `0x${string}`;
export declare const ensureLeading0x: (input: string) => StrongAddress;
export declare const getAddressChunks: (input: string) => string[];

@@ -10,0 +11,0 @@ export declare const isHexString: (input: string) => boolean;

{
"name": "@celo/base",
"version": "5.0.0-beta.1",
"version": "5.0.0",
"description": "Celo base common utils, no dependencies",

@@ -5,0 +5,0 @@ "author": "Celo",

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