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.16 to 0.1.17

2

dist/package.json
{
"name": "@dynamic-labs/iconic",
"version": "0.1.16",
"version": "0.1.17",
"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 BitbucketIcon: Iconic;
export declare const DiscordIcon: Iconic;
export declare const FacebookIcon: Iconic;
export declare const GithubIcon: Iconic;
export declare const GitlabIcon: Iconic;
export declare const GoogleIcon: Iconic;
export declare const HelpdeskIcon: Iconic;
export declare const LinkedinIcon: Iconic;
export declare const MicrosoftIcon: Iconic;
export declare const SlackIcon: Iconic;
export declare const TelegramIcon: Iconic;
export declare const TwitchIcon: Iconic;
export declare const TwitterIcon: Iconic;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TwitterIcon = exports.TelegramIcon = exports.SlackIcon = exports.HelpdeskIcon = exports.GoogleIcon = exports.GithubIcon = exports.FacebookIcon = exports.DiscordIcon = void 0;
exports.TwitterIcon = exports.TwitchIcon = exports.TelegramIcon = exports.SlackIcon = exports.MicrosoftIcon = exports.LinkedinIcon = exports.HelpdeskIcon = exports.GoogleIcon = exports.GitlabIcon = exports.GithubIcon = exports.FacebookIcon = exports.DiscordIcon = exports.BitbucketIcon = void 0;
const Iconic_1 = require("../../Iconic");
exports.BitbucketIcon = (0, Iconic_1.createIconic)({
iconName: 'bitbucket',
alt: 'Bitbucket',
sourcePath: 'icons/social/bitbucket.svg'
});
exports.DiscordIcon = (0, Iconic_1.createIconic)({

@@ -20,2 +25,7 @@ iconName: 'discord',

});
exports.GitlabIcon = (0, Iconic_1.createIconic)({
iconName: 'gitlab',
alt: 'Gitlab',
sourcePath: 'icons/social/gitlab.svg'
});
exports.GoogleIcon = (0, Iconic_1.createIconic)({

@@ -31,2 +41,12 @@ iconName: 'google',

});
exports.LinkedinIcon = (0, Iconic_1.createIconic)({
iconName: 'linkedin',
alt: 'Linkedin',
sourcePath: 'icons/social/linkedin.svg'
});
exports.MicrosoftIcon = (0, Iconic_1.createIconic)({
iconName: 'microsoft',
alt: 'Microsoft',
sourcePath: 'icons/social/microsoft.svg'
});
exports.SlackIcon = (0, Iconic_1.createIconic)({

@@ -42,2 +62,7 @@ iconName: 'slack',

});
exports.TwitchIcon = (0, Iconic_1.createIconic)({
iconName: 'twitch',
alt: 'Twitch',
sourcePath: 'icons/social/twitch.svg'
});
exports.TwitterIcon = (0, Iconic_1.createIconic)({

@@ -44,0 +69,0 @@ iconName: 'twitter',

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

@@ -67,2 +67,2 @@ "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