Socket
Socket
Sign inDemoInstall

@dynamic-labs/iconic

Package Overview
Dependencies
Maintainers
2
Versions
296
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dynamic-labs/iconic - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

dist/package.json
{
"name": "@dynamic-labs/iconic",
"version": "0.1.0",
"version": "0.1.1",
"description": "A library of icons used by Dynamic Lab's SDK, served via CDN",

@@ -5,0 +5,0 @@ "main": "dist/src/index.js",

@@ -7,3 +7,2 @@ import { type FC } from 'react';

iconName: string;
link: () => HTMLLinkElement;
sourcePath: string;

@@ -10,0 +9,0 @@ };

@@ -17,2 +17,3 @@ import { type Iconic } from '../../Iconic';

export declare const LedgerIcon: Iconic;
export declare const LilicoIcon: Iconic;
export declare const MaticIcon: Iconic;

@@ -19,0 +20,0 @@ export declare const MetaMaskIcon: Iconic;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.WalletConnectIcon = exports.VenlyIcon = exports.TerraIcon = exports.StrokeIcon = exports.SolflareIcon = exports.SlopeIcon = exports.RainbowIcon = exports.PolygonIcon = exports.PhantomIcon = exports.MyalgoIcon = exports.MetaMaskIcon = exports.MaticIcon = exports.LedgerIcon = exports.InjectedWalletIcon = exports.GlowIcon = exports.GamestopIcon = exports.FrameIcon = exports.FortmaticIcon = exports.FlowIcon = exports.ExodusIcon = exports.SignInWithEmailIcon = exports.DapperIcon = exports.CoinbaseIcon = exports.BraavosIcon = exports.BloctoIcon = exports.ArgentXIcon = exports.AlgorandIcon = void 0;
exports.WalletConnectIcon = exports.VenlyIcon = exports.TerraIcon = exports.StrokeIcon = exports.SolflareIcon = exports.SlopeIcon = exports.RainbowIcon = exports.PolygonIcon = exports.PhantomIcon = exports.MyalgoIcon = exports.MetaMaskIcon = exports.MaticIcon = exports.LilicoIcon = exports.LedgerIcon = exports.InjectedWalletIcon = exports.GlowIcon = exports.GamestopIcon = exports.FrameIcon = exports.FortmaticIcon = exports.FlowIcon = exports.ExodusIcon = exports.SignInWithEmailIcon = exports.DapperIcon = exports.CoinbaseIcon = exports.BraavosIcon = exports.BloctoIcon = exports.ArgentXIcon = exports.AlgorandIcon = void 0;
const Iconic_1 = require("../../Iconic");

@@ -80,2 +80,7 @@ exports.AlgorandIcon = (0, Iconic_1.createIconic)({

});
exports.LilicoIcon = (0, Iconic_1.createIconic)({
iconName: 'lilico',
alt: 'Lilico Wallet',
sourcePath: 'icons/wallets/lilico.svg'
});
exports.MaticIcon = (0, Iconic_1.createIconic)({

@@ -82,0 +87,0 @@ iconName: 'matic',

{
"name": "@dynamic-labs/iconic",
"version": "0.1.0",
"version": "0.1.1",
"description": "A library of icons used by Dynamic Lab's SDK, served via CDN",

@@ -5,0 +5,0 @@ "main": "dist/src/index.js",

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