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

@types/css-font-loading-module

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/css-font-loading-module - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

16

css-font-loading-module/index.d.ts

@@ -11,3 +11,3 @@ // Type definitions for CSS Font Loading Module Level 3

export interface FontFaceSetLoadEventInit extends EventInit {
fontfaces?: FontFace[];
fontfaces?: FontFace[] | undefined;
}

@@ -51,9 +51,9 @@

interface FontFaceDescriptors {
display?: string;
featureSettings?: string;
stretch?: string;
style?: string;
unicodeRange?: string;
variant?: string;
weight?: string;
display?: string | undefined;
featureSettings?: string | undefined;
stretch?: string | undefined;
style?: string | undefined;
unicodeRange?: string | undefined;
variant?: string | undefined;
weight?: string | undefined;
}

@@ -60,0 +60,0 @@

{
"name": "@types/css-font-loading-module",
"version": "0.0.5",
"version": "0.0.6",
"description": "TypeScript definitions for CSS Font Loading Module Level 3",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/css-font-loading-module",

"dependencies": {},
"typesPublisherContentHash": "0691edfb6eaab8d25e69a880413cb56b7dd97a9e7c084cd50541966503d4d507",
"typesPublisherContentHash": "a2fd679cf28c98f0c1bf4cf852d2834ed50e16ae52f3838fd47d86fc4d3deb8e",
"typeScriptVersion": "3.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 25 Jun 2021 18:01:16 GMT
* Last updated: Tue, 06 Jul 2021 20:32:33 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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