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

@vonage/vvd-fonts

Package Overview
Dependencies
Maintainers
14
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vonage/vvd-fonts - npm Package Compare versions

Comparing version 0.7.0 to 0.10.0

2

CHANGELOG.md

@@ -1,4 +0,4 @@

# 0.7.0 (2020-09-15)
# 0.10.0 (2020-09-22)
{
"name": "@vonage/vvd-fonts",
"version": "0.7.0",
"version": "0.10.0",
"description": "Vivid fonts initialisation service",

@@ -30,7 +30,7 @@ "homepage": "https://github.com/Vonage/vivid/tree/master/common/fonts",

"devDependencies": {
"@vonage/vvd-foundation": "^0.7.0",
"@vonage/vvd-foundation": "^0.10.0",
"fs-extra": "^9.0.1",
"lit-element": "^2.4.0"
},
"gitHead": "7ea075c26f7d4224be96ce96efd8ad6d6f210cd3"
"gitHead": "2aeca64a96ebdb3dfc61888430fea0f959c19090"
}

@@ -5,2 +5,2 @@ declare const _default: Readonly<{

export default _default;
declare function init(): Promise<void>;
declare function init(): Promise<Record<string, unknown>>;

@@ -18,3 +18,2 @@ export default Object.freeze({

const ds = document.createElement('style');
ds.type = 'text/css';
ds.innerHTML = finalCSS;

@@ -49,3 +48,3 @@ document.head.appendChild(ds);

else {
resolve();
resolve({});
}

@@ -52,0 +51,0 @@ }

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