New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@api3/logos

Package Overview
Dependencies
Maintainers
0
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@api3/logos - npm Package Compare versions

Comparing version 0.2.13 to 0.2.14

dist/logos/api-provider/Alchemy.svg

13

dist/cjs/ApiProviderLogo.js
const camelcase = require('camelcase');
const ApiProviderNodary = require('../logos/api-provider/Nodary.svg');
const ApiProviderCoinmetrics = require('../logos/api-provider/CoinMetrics.svg');
const ApiProviderCoinmetrics = require('../logos/api-provider/Coinmetrics.svg');
const ApiProviderDxfeed = require('../logos/api-provider/Dxfeed.svg');

@@ -10,8 +10,9 @@ const ApiProviderFinage = require('../logos/api-provider/Finage.svg');

const ApiProviderCoingecko = require('../logos/api-provider/Coingecko.svg');
const ApiProviderAlchemy = require('../logos/api-provider/Alchemy.svg');
const ApiProviderAnkr = require('../logos/api-provider/Ankr.svg');
const ApiProviderBlastapi = require('../logos/api-provider/Blastapi.svg');
const ApiProviderDrpc = require('../logos/api-provider/Drpc.svg');
const ApiProviderCoinpaprika = require('../logos/api-provider/Coinpaprika.svg');
const ApiProviderBlocksize = require('../logos/api-provider/Blocksize.svg');
const ApiProviderBlastapi = require('../logos/api-provider/BlastApi.svg');
const ApiProviderShiftmarkets = require('../logos/api-provider/ShiftMarkets.svg');
const ApiProviderShiftmarkets = require('../logos/api-provider/Shiftmarkets.svg');
const ApiProviderPlaceholder = require('../logos/api-provider/Placeholder.svg');

@@ -44,4 +45,8 @@ function sanitizeName(id) {

return ApiProviderCoingecko;
case "alchemy":
return ApiProviderAlchemy;
case "ankr":
return ApiProviderAnkr;
case "blastapi":
return ApiProviderBlastapi;
case "drpc":

@@ -53,4 +58,2 @@ return ApiProviderDrpc;

return ApiProviderBlocksize;
case "blastapi":
return ApiProviderBlastapi;
case "shiftmarkets":

@@ -57,0 +60,0 @@ return ApiProviderShiftmarkets;

@@ -0,1 +1,3 @@

export { default as SymbolLogo } from './SymbolLogo.js';
export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
export { default as ChainLogo } from './ChainLogo.js';

@@ -5,3 +7,1 @@ export { default as ChainLogoMissing } from './ChainLogoMissing.json';

export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
export { default as SymbolLogo } from './SymbolLogo.js';
export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';

@@ -0,1 +1,3 @@

module.exports.SymbolLogo = require('./SymbolLogo.js');
module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json');
module.exports.ChainLogo = require('./ChainLogo.js');

@@ -5,3 +7,1 @@ module.exports.ChainLogoMissing = require('./ChainLogoMissing.json');

module.exports.ApiProviderLogoMissing = require('./ApiProviderLogoMissing.json');
module.exports.SymbolLogo = require('./SymbolLogo.js');
module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json');

@@ -176,3 +176,3 @@ const camelcase = require('camelcase');

const SymbolUni = require('../logos/symbol/Uni.svg');
const SymbolUniEth = require('../logos/symbol/UniEth.svg');
const SymbolUniEth = require('../logos/symbol/Unieth.svg');
const SymbolUsdb = require('../logos/symbol/Usdb.svg');

@@ -185,3 +185,3 @@ const SymbolUsdc = require('../logos/symbol/Usdc.svg');

const SymbolWBeth = require('../logos/symbol/Wbeth.svg');
const SymbolWeEth = require('../logos/symbol/WeEth.svg');
const SymbolWeEth = require('../logos/symbol/Weeth.svg');
const SymbolWeEtHs = require('../logos/symbol/Weeths.svg');

@@ -188,0 +188,0 @@ const SymbolWld = require('../logos/symbol/Wld.svg');

import camelcase from 'camelcase';
import ApiProviderNodary from '../logos/api-provider/Nodary.svg';
import ApiProviderCoinmetrics from '../logos/api-provider/CoinMetrics.svg';
import ApiProviderCoinmetrics from '../logos/api-provider/Coinmetrics.svg';
import ApiProviderDxfeed from '../logos/api-provider/Dxfeed.svg';

@@ -10,8 +10,9 @@ import ApiProviderFinage from '../logos/api-provider/Finage.svg';

import ApiProviderCoingecko from '../logos/api-provider/Coingecko.svg';
import ApiProviderAlchemy from '../logos/api-provider/Alchemy.svg';
import ApiProviderAnkr from '../logos/api-provider/Ankr.svg';
import ApiProviderBlastapi from '../logos/api-provider/Blastapi.svg';
import ApiProviderDrpc from '../logos/api-provider/Drpc.svg';
import ApiProviderCoinpaprika from '../logos/api-provider/Coinpaprika.svg';
import ApiProviderBlocksize from '../logos/api-provider/Blocksize.svg';
import ApiProviderBlastapi from '../logos/api-provider/BlastApi.svg';
import ApiProviderShiftmarkets from '../logos/api-provider/ShiftMarkets.svg';
import ApiProviderShiftmarkets from '../logos/api-provider/Shiftmarkets.svg';
import ApiProviderPlaceholder from '../logos/api-provider/Placeholder.svg';

@@ -44,4 +45,8 @@ function sanitizeName(id) {

return ApiProviderCoingecko;
case "alchemy":
return ApiProviderAlchemy;
case "ankr":
return ApiProviderAnkr;
case "blastapi":
return ApiProviderBlastapi;
case "drpc":

@@ -53,4 +58,2 @@ return ApiProviderDrpc;

return ApiProviderBlocksize;
case "blastapi":
return ApiProviderBlastapi;
case "shiftmarkets":

@@ -57,0 +60,0 @@ return ApiProviderShiftmarkets;

@@ -0,1 +1,3 @@

export { default as SymbolLogo } from './SymbolLogo.js';
export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
export { default as ApiProviderLogo } from './ApiProviderLogo.js';

@@ -5,3 +7,1 @@ export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';

export { default as ChainLogoMissing } from './ChainLogoMissing.json';
export { default as SymbolLogo } from './SymbolLogo.js';
export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';

@@ -0,1 +1,3 @@

export { default as SymbolLogo } from './SymbolLogo.js';
export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
export { default as ApiProviderLogo } from './ApiProviderLogo.js';

@@ -5,3 +7,1 @@ export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';

export { default as ChainLogoMissing } from './ChainLogoMissing.json';
export { default as SymbolLogo } from './SymbolLogo.js';
export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';

@@ -176,3 +176,3 @@ import camelcase from 'camelcase';

import SymbolUni from '../logos/symbol/Uni.svg';
import SymbolUniEth from '../logos/symbol/UniEth.svg';
import SymbolUniEth from '../logos/symbol/Unieth.svg';
import SymbolUsdb from '../logos/symbol/Usdb.svg';

@@ -185,3 +185,3 @@ import SymbolUsdc from '../logos/symbol/Usdc.svg';

import SymbolWBeth from '../logos/symbol/Wbeth.svg';
import SymbolWeEth from '../logos/symbol/WeEth.svg';
import SymbolWeEth from '../logos/symbol/Weeth.svg';
import SymbolWeEtHs from '../logos/symbol/Weeths.svg';

@@ -188,0 +188,0 @@ import SymbolWld from '../logos/symbol/Wld.svg';

{
"name": "@api3/logos",
"version": "0.2.13",
"version": "0.2.14",
"license": "MIT",

@@ -25,7 +25,7 @@ "sideEffects": false,

"eslint": "^8.57.1",
"@babel/core": "^7.25.9",
"@babel/core": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@api3/dapi-management": "1.99.0",
"@api3/dapi-management": "1.102.0",
"dropbox": "^10.34.0",

@@ -36,4 +36,4 @@ "node-fetch": "^2.7.0",

"rimraf": "^6.0.1",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"eslint-config-prettier": "^9.1.0",

@@ -53,2 +53,3 @@ "svgo": "^3.3.0"

"fetch": "node scripts/fetch-missing.js",
"version-check": "node scripts/version-check.js",
"package": "pnpm run build",

@@ -55,0 +56,0 @@ "lint": "pnpm run format:check && pnpm run lint:eslint",

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

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

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

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

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

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

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

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