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.35 to 0.1.36

2

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

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

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

export declare const TwitterIcon: Iconic;
export declare const XSocialIcon: Iconic;
export declare const AppleSocialIcon: Iconic;

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.YouTubeIcon = exports.InstagramIcon = exports.AppleDarkSocialIcon = exports.AppleSocialIcon = exports.TwitterIcon = exports.TwitchDarkIcon = exports.TwitchIcon = exports.TelegramIcon = exports.SlackIcon = exports.MicrosoftIcon = exports.LinkedinIcon = exports.HelpdeskIcon = exports.GoogleIcon = exports.GitlabIcon = exports.GithubDarkIcon = exports.GithubIcon = exports.FacebookIcon = exports.DiscordIcon = exports.BitbucketIcon = void 0;
exports.YouTubeIcon = exports.InstagramIcon = exports.AppleDarkSocialIcon = exports.AppleSocialIcon = exports.XSocialIcon = exports.TwitterIcon = exports.TwitchDarkIcon = exports.TwitchIcon = exports.TelegramIcon = exports.SlackIcon = exports.MicrosoftIcon = exports.LinkedinIcon = exports.HelpdeskIcon = exports.GoogleIcon = exports.GitlabIcon = exports.GithubDarkIcon = exports.GithubIcon = exports.FacebookIcon = exports.DiscordIcon = exports.BitbucketIcon = void 0;
const Iconic_1 = require("../../Iconic");

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

});
exports.XSocialIcon = (0, Iconic_1.createIconic)({
iconName: 'x',
alt: 'X',
sourcePath: 'icons/social/x.svg'
});
exports.AppleSocialIcon = (0, Iconic_1.createIconic)({

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

{
"name": "@dynamic-labs/iconic",
"version": "0.1.35",
"version": "0.1.36",
"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