Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@ot-builder/font

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ot-builder/font - npm Package Compare versions

Comparing version
0.3.0
to
0.3.1
+15
-1
CHANGELOG.json

@@ -5,3 +5,17 @@ {

{
"date": "Fri, 17 Jan 2020 05:04:11 GMT",
"date": "Sun, 02 Feb 2020 00:08:25 GMT",
"tag": "@ot-builder/font_v0.3.1",
"version": "0.3.1",
"comments": {
"patch": [
{
"comment": "Optimize rectification",
"author": "belleve@typeof.net",
"commit": "71c3cf5cbaf687e5f84d00b42a78daba95c7696d"
}
]
}
},
{
"date": "Fri, 17 Jan 2020 05:07:07 GMT",
"tag": "@ot-builder/font_v0.3.0",

@@ -8,0 +22,0 @@ "version": "0.3.0",

+8
-2
# Change Log - @ot-builder/font
This log was last generated on Fri, 17 Jan 2020 05:04:11 GMT and should not be manually modified.
This log was last generated on Sun, 02 Feb 2020 00:08:25 GMT and should not be manually modified.
## 0.3.1
Sun, 02 Feb 2020 00:08:25 GMT
### Patches
- Optimize rectification (belleve@typeof.net)
## 0.3.0
Fri, 17 Jan 2020 05:04:11 GMT
Fri, 17 Jan 2020 05:07:07 GMT

@@ -8,0 +14,0 @@ ### Minor changes

@@ -32,5 +32,5 @@ import { ImpLib } from "@ot-builder/common-impl";

export { Name, Stat, Meta } from "@ot-builder/ft-name";
export { DicingStore, Gdef, Gsub, Gpos, GsubGpos, Base } from "@ot-builder/ft-layout";
export { DicingStore, DicingStoreRep, Gdef, Gsub, Gpos, GsubGpos, Base } from "@ot-builder/ft-layout";
export { StandardOtGlyphNamer } from "@ot-builder/standard-glyph-namer";
export { Sfnt } from "@ot-builder/ft-sfnt";
//# sourceMappingURL=index.d.ts.map

@@ -43,2 +43,3 @@ "use strict";

var ft_layout_1 = require("@ot-builder/ft-layout");
exports.DicingStore = ft_layout_1.DicingStore;
exports.Gdef = ft_layout_1.Gdef;

@@ -45,0 +46,0 @@ exports.Gsub = ft_layout_1.Gsub;

@@ -8,3 +8,3 @@ {

},
"version": "0.3.0",
"version": "0.3.1",
"main": "./lib/index.js",

@@ -23,3 +23,3 @@ "types": "./lib/index.d.ts",

"@ot-builder/ft-glyphs": "0.3.0",
"@ot-builder/ft-layout": "0.3.0",
"@ot-builder/ft-layout": "0.3.1",
"@ot-builder/ft-metadata": "0.3.0",

@@ -26,0 +26,0 @@ "@ot-builder/ft-name": "0.3.0",