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.11 to 0.1.12

2

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

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

import { type Iconic } from '../../Iconic';
export declare const CaptchaWaveIcon: Iconic;
export declare const UserProfileIcon: Iconic;
export declare const LinkWalletIcon: Iconic;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.LinkWalletIcon = exports.UserProfileIcon = exports.CaptchaWaveIcon = void 0;
exports.UserProfileIcon = exports.CaptchaWaveIcon = void 0;
const Iconic_1 = require("../../Iconic");

@@ -15,6 +15,1 @@ exports.CaptchaWaveIcon = (0, Iconic_1.createIconic)({

});
exports.LinkWalletIcon = (0, Iconic_1.createIconic)({
iconName: 'link-wallet',
alt: 'Link Wallet',
sourcePath: 'icons/misc/link-wallet.svg'
});
{
"name": "@dynamic-labs/iconic",
"version": "0.1.11",
"version": "0.1.12",
"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