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

svg2ttf

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svg2ttf - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

6

CHANGELOG.md

@@ -0,1 +1,7 @@

2.0.2 / 2015-08-23
------------------
- Fixed parse empty SVG glyphs without `d` attribute.
2.0.1 / 2015-07-17

@@ -2,0 +8,0 @@ ------------------

1

lib/sfnt.js

@@ -244,2 +244,3 @@ 'use strict';

this.contours = [];
this.d = '';
this.id = '';

@@ -246,0 +247,0 @@ this.height = 0;

2

package.json
{
"name": "svg2ttf",
"version": "2.0.1",
"version": "2.0.2",
"description": "Converts SVG font to TTF font",

@@ -5,0 +5,0 @@ "keywords": [

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