Comparing version 2.0.0 to 2.0.1
@@ -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 @@ ------------------ |
@@ -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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
83409
0