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

6

CHANGELOG.md

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

2.0.1 / 2015-07-17
------------------
- Fix: TTF creation timestamp should not depende on timezone, thanks to @nfroidure.
2.0.0 / 2015-04-25

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

2

lib/ttf/tables/head.js

@@ -8,3 +8,3 @@ 'use strict';

function dateToUInt64(date) {
var startDate = new Date('1904-1-1');
var startDate = new Date('1904-01-01T00:00:00.000Z');
return Math.floor((date - startDate) / 1000);

@@ -11,0 +11,0 @@ }

{
"name": "svg2ttf",
"version": "2.0.0",
"version": "2.0.1",
"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