Socket
Socket
Sign inDemoInstall

@celo/base

Package Overview
Dependencies
Maintainers
21
Versions
97
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 3.0.1 to 3.1.0-beta.1

1

lib/address.d.ts

@@ -1,2 +0,1 @@

/// <reference types="node" />
export declare type Address = string;

@@ -3,0 +2,0 @@ export declare const eqAddress: (a: Address, b: Address) => boolean;

2

lib/address.js

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

exports.normalizeAddress = normalizeAddress;
var isNullAddress = function (a) { return (0, exports.normalizeAddress)(a) === exports.NULL_ADDRESS; };
var isNullAddress = function (a) { return (0, exports.normalizeAddress)(a) === (0, exports.normalizeAddress)(exports.NULL_ADDRESS); };
exports.isNullAddress = isNullAddress;

@@ -21,0 +21,0 @@ var normalizeAddressWith0x = function (a) { return (0, exports.ensureLeading0x)(a).toLowerCase(); };

{
"name": "@celo/base",
"version": "3.0.1",
"version": "3.1.0-beta.1",
"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