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.0 to 0.0.1

14

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

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

type FontFaceLoadStatus = 'unloaded' | 'loading' | 'loaded' | 'error';
type FontFaceSetLoadStatus = 'loading' | 'loaded';
type BinaryData = ArrayBuffer | ArrayBufferView;
type EventHandler = (event: Event) => void;
export type FontFaceLoadStatus = 'unloaded' | 'loading' | 'loaded' | 'error';
export type FontFaceSetLoadStatus = 'loading' | 'loaded';
export type BinaryData = ArrayBuffer | ArrayBufferView;
export type EventHandler = (event: Event) => void;
interface FontFaceDescriptors {
export interface FontFaceDescriptors {
style?: string;

@@ -21,3 +21,3 @@ weight?: string;

interface FontFaceSet extends Set<FontFace> {
export interface FontFaceSet extends Set<FontFace> {
// events for when loading state changes

@@ -62,3 +62,1 @@ onloading: EventHandler;

}
export {};
{
"name": "@types/css-font-loading-module",
"version": "0.0.0",
"version": "0.0.1",
"description": "TypeScript definitions for CSS Font Loading Module Level 3",

@@ -20,4 +20,4 @@ "license": "MIT",

"peerDependencies": {},
"typesPublisherContentHash": "6a2f898a4defcb76938a497cba339ce3e4be13b9fa9a7d6da87738f50c778950",
"typesPublisherContentHash": "253ea08fd11a638ad07ef816ffb25ecb9c1886b47fbb7822eb48d74414e4eb10",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Tue, 18 Apr 2017 15:04:41 GMT
* Last updated: Tue, 18 Apr 2017 18:28:36 GMT
* Dependencies: none

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

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