Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vonage/vwc-icon

Package Overview
Dependencies
Maintainers
34
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vonage/vwc-icon - npm Package Compare versions

Comparing version 2.36.0 to 2.36.1

10

package.json
{
"name": "@vonage/vwc-icon",
"version": "2.36.0",
"version": "2.36.1",
"description": "Displays an icon",

@@ -31,4 +31,4 @@ "author": "Tal Weinfeld <tal.weinfeld@vonage.com>",

"@material/mwc-base": "^0.22.1",
"@vonage/vvd-core": "2.36.0",
"@vonage/vvd-foundation": "2.36.0",
"@vonage/vvd-core": "2.36.1",
"@vonage/vvd-foundation": "2.36.1",
"lit-element": "^2.4.0",

@@ -40,6 +40,6 @@ "lit-html": "^1.3.0",

"@types/ramda": "^0.27.36",
"@vonage/vvd-umbrella": "2.36.0",
"@vonage/vvd-umbrella": "2.36.1",
"tslib": "^2.3.0"
},
"gitHead": "6390adde1ea18bbacc6f2f2c9d9b017b0746c208"
"gitHead": "43325a4f79ef2b781222a9d68cf678f63411b255"
}

@@ -23,3 +23,3 @@ import '@vonage/vvd-core';

const BASE_URL = 'https://icon.resources.vonage.com'; // namespaced as 3f7739a0-a898-4f69-a82b-ad9d743170b6 on icons.resources.vonage.com
const ICON_SET_VERSION = '4.0.29';
const ICON_SET_VERSION = '4.0.30';
const PLACEHOLDER_ICON = '<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><style>@keyframes rotation { from { transform: rotate(0deg) } to { transform: rotate(360deg) } } g#circle { transform-origin: center center; animation: 1s rotation 0s linear infinite; } path { fill: currentColor }</style> <g id="circle"> <path d="M7.5 2C3.91014 2 1 4.91014 1 8.5C1 12.0899 3.91014 15 7.5 15C11.0899 15 14 12.0899 14 8.5C14 8.22386 14.2239 8 14.5 8C14.7761 8 15 8.22386 15 8.5C15 12.6421 11.6421 16 7.5 16C3.35786 16 0 12.6421 0 8.5C0 4.35786 3.35786 1 7.5 1C10.3622 1 12.7088 2.78366 13.9478 5.27753C14.0706 5.52484 13.9698 5.82492 13.7225 5.94778C13.4752 6.07065 13.1751 5.96977 13.0522 5.72247C11.9472 3.49834 9.90985 2 7.5 2Z"/><path d="M13.5 0C13.7761 0 14 0.223858 14 0.5V5.5C14 5.77614 13.7761 6 13.5 6H8.5C8.22386 6 8 5.77614 8 5.5C8 5.22386 8.22386 5 8.5 5H13V0.5C13 0.223858 13.2239 0 13.5 0Z"/></g></svg>';

@@ -26,0 +26,0 @@ const PLACEHOLDER_DELAY = 500; // Start displaying placeholder if waiting more than this period of time

@@ -12,3 +12,3 @@ import { __decorate } from "tslib";

const BASE_URL = 'https://icon.resources.vonage.com';
const ICON_SET_VERSION = '4.0.29';
const ICON_SET_VERSION = '4.0.30';
const PLACEHOLDER_ICON = '<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><style>@keyframes rotation { from { transform: rotate(0deg) } to { transform: rotate(360deg) } } g#circle { transform-origin: center center; animation: 1s rotation 0s linear infinite; } path { fill: currentColor }</style> <g id="circle"> <path d="M7.5 2C3.91014 2 1 4.91014 1 8.5C1 12.0899 3.91014 15 7.5 15C11.0899 15 14 12.0899 14 8.5C14 8.22386 14.2239 8 14.5 8C14.7761 8 15 8.22386 15 8.5C15 12.6421 11.6421 16 7.5 16C3.35786 16 0 12.6421 0 8.5C0 4.35786 3.35786 1 7.5 1C10.3622 1 12.7088 2.78366 13.9478 5.27753C14.0706 5.52484 13.9698 5.82492 13.7225 5.94778C13.4752 6.07065 13.1751 5.96977 13.0522 5.72247C11.9472 3.49834 9.90985 2 7.5 2Z"/><path d="M13.5 0C13.7761 0 14 0.223858 14 0.5V5.5C14 5.77614 13.7761 6 13.5 6H8.5C8.22386 6 8 5.77614 8 5.5C8 5.22386 8.22386 5 8.5 5H13V0.5C13 0.223858 13.2239 0 13.5 0Z"/></g></svg>';

@@ -15,0 +15,0 @@ const PLACEHOLDER_DELAY = 500;

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