New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/svg2ttf

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/svg2ttf - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

5

svg2ttf/index.d.ts

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

// Type definitions for svg2ttf 5.0
// Project: https://github.com/fontello/svg2ttf
// Definitions by: Ewan Morrison <https://github.com/ewan-m>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/** Converts SVG fonts to TTF format */

@@ -7,0 +2,0 @@ declare function svg2ttf(svgFontString: string, options?: svg2ttf.FontOptions): svg2ttf.MicroBuffer;

10

svg2ttf/package.json
{
"name": "@types/svg2ttf",
"version": "5.0.1",
"version": "5.0.2",
"description": "TypeScript definitions for svg2ttf",

@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/svg2ttf",

"name": "Ewan Morrison",
"url": "https://github.com/ewan-m",
"githubUsername": "ewan-m"
"githubUsername": "ewan-m",
"url": "https://github.com/ewan-m"
}

@@ -24,4 +24,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "4732db1e164d5fecf7c3ebc5272913bcb9b1b73e2fb45c40cca3aa9c4d52afdf",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "4e7830ce7592551ecc632397e9f196eaf63d58513efd2bb915a448c3ab0f0fc2",
"typeScriptVersion": "4.5"
}

@@ -11,7 +11,2 @@ # Installation

````ts
// Type definitions for svg2ttf 5.0
// Project: https://github.com/fontello/svg2ttf
// Definitions by: Ewan Morrison <https://github.com/ewan-m>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/** Converts SVG fonts to TTF format */

@@ -49,7 +44,6 @@ declare function svg2ttf(svgFontString: string, options?: svg2ttf.FontOptions): svg2ttf.MicroBuffer;

### Additional Details
* Last updated: Fri, 02 Jul 2021 22:33:13 GMT
* Last updated: Wed, 18 Oct 2023 11:45:06 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [Ewan Morrison](https://github.com/ewan-m).
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