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.1.40 to 0.1.41

dist/logos/chain/Chain4913Light.svg

3

dist/cjs/ChainLogo.js

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

const Chain34443Light = require('../logos/chain/Chain34443Light.svg');
const Chain4913Light = require('../logos/chain/Chain4913Light.svg');
const Chain5000Light = require('../logos/chain/Chain5000Light.svg');

@@ -135,2 +136,4 @@ const Chain5001Light = require('../logos/chain/Chain5001Light.svg');

return Chain34443Light;
case "4913light":
return Chain4913Light;
case "5000light":

@@ -137,0 +140,0 @@ return Chain5000Light;

4

dist/cjs/index.d.ts

@@ -0,6 +1,6 @@

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

@@ -0,6 +1,6 @@

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

@@ -8,2 +8,3 @@ import camelcase from 'camelcase';

import Chain34443Light from '../logos/chain/Chain34443Light.svg';
import Chain4913Light from '../logos/chain/Chain4913Light.svg';
import Chain5000Light from '../logos/chain/Chain5000Light.svg';

@@ -135,2 +136,4 @@ import Chain5001Light from '../logos/chain/Chain5001Light.svg';

return Chain34443Light;
case "4913light":
return Chain4913Light;
case "5000light":

@@ -137,0 +140,0 @@ return Chain5000Light;

{
"name": "@api3/logos",
"version": "0.1.40",
"version": "0.1.41",
"license": "MIT",

@@ -5,0 +5,0 @@ "sideEffects": false,

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