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

@types/ttf2eot

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/ttf2eot - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

5

ttf2eot/index.d.ts

@@ -1,6 +0,1 @@

// Type definitions for ttf2eot 2.0
// Project: https://github.com/fontello/ttf2eot#readme
// Definitions by: Kaspar Vollenweider <https://github.com/casaper>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="node" />

@@ -7,0 +2,0 @@

11

ttf2eot/package.json
{
"name": "@types/ttf2eot",
"version": "2.0.0",
"version": "2.0.1",
"description": "TypeScript definitions for ttf2eot",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ttf2eot",
"license": "MIT",

@@ -9,4 +10,4 @@ "contributors": [

"name": "Kaspar Vollenweider",
"url": "https://github.com/casaper",
"githubUsername": "casaper"
"githubUsername": "casaper",
"url": "https://github.com/casaper"
}

@@ -25,4 +26,4 @@ ],

},
"typesPublisherContentHash": "5e2b08ad135a9ed2c853d2c76554e1c0f1655ec72ee92dbddd56dc064add4677",
"typeScriptVersion": "3.3"
"typesPublisherContentHash": "4ed9600a96032fa38d5818a51269eefce09c27863b3561f1fd85535041fcf88b",
"typeScriptVersion": "4.5"
}

@@ -9,9 +9,17 @@ # Installation

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ttf2eot.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ttf2eot/index.d.ts)
````ts
/// <reference types="node" />
declare function ttf2eot(ttf: Uint8Array): Buffer;
export = ttf2eot;
````
### Additional Details
* Last updated: Mon, 23 Nov 2020 21:40:16 GMT
* Last updated: Wed, 18 Oct 2023 11:45:07 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
* Global values: none
# Credits
These definitions were written by [Kaspar Vollenweider](https://github.com/casaper).
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