Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@celo/base

Package Overview
Dependencies
Maintainers
1
Versions
106
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
7.0.3
to
7.0.4
+3
-3
lib/currencies.d.ts
export declare enum StableToken {
cUSD = "cUSD",
cEUR = "cEUR",
cREAL = "cREAL"
USDm = "USDm",
EURm = "EURm",
BRLm = "BRLm"
}

@@ -6,0 +6,0 @@ export declare enum Token {

@@ -6,5 +6,5 @@ "use strict";

(function (StableToken) {
StableToken["cUSD"] = "cUSD";
StableToken["cEUR"] = "cEUR";
StableToken["cREAL"] = "cREAL";
StableToken["USDm"] = "USDm";
StableToken["EURm"] = "EURm";
StableToken["BRLm"] = "BRLm";
})(StableToken || (exports.StableToken = StableToken = {}));

@@ -11,0 +11,0 @@ var Token;

@@ -8,3 +8,3 @@ import { Logger } from './logger';

export interface RunningTask {
/** Flag task to be stopped. Might not be inmediate */
/** Flag task to be stopped. Might not be immediate */
stop(): void;

@@ -29,3 +29,3 @@ /** Indicates wether the task is running */

executionNumber: number;
/** Flag task to be stopped. Might not be inmediate */
/** Flag task to be stopped. Might not be immediate */
stopTask(): void;

@@ -32,0 +32,0 @@ }

{
"name": "@celo/base",
"version": "7.0.3",
"version": "7.0.4",
"description": "Celo base common utils, no dependencies",

@@ -22,4 +22,3 @@ "author": "Celo",

"test": "yarn run --top-level jest",
"test:verbose": "yarn run --top-level jest --verbose",
"lint": "yarn run --top-level eslint -c .eslintrc.js "
"test:verbose": "yarn run --top-level jest --verbose"
},

@@ -26,0 +25,0 @@ "files": [

@@ -32,5 +32,5 @@

StableTokens.cUSD
StableTokens.USDm
StableTokens.cREAL
StableTokens.BRLm

@@ -37,0 +37,0 @@ Token.CELO

Sorry, the diff of this file is not supported yet