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/io-bin-layout

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ot-builder/io-bin-layout - npm Package Compare versions

Comparing version
1.7.4
to
1.7.5
+4
-2
lib/math/kern.js

@@ -18,4 +18,6 @@ "use strict";

const kernValues = [];
for (const [h, v] of x.corrections)
correctionHeight.push(h), kernValues.push(v);
for (const [h, v] of x.corrections) {
correctionHeight.push(h);
kernValues.push(v);
}
kernValues.push(x.kernValue);

@@ -22,0 +24,0 @@ fr.uint16(correctionHeight.length);

@@ -20,3 +20,3 @@ import { BinaryView, Frag, Read, Write } from "@ot-builder/bin-util";

export declare const EmptyAsNullPtr16ClassDef: {
read(view: BinaryView, gOrd: Data.Order<OtGlyph>): Map<OtGlyph, number>;
read(view: BinaryView, gOrd: Data.Order<OtGlyph>): LayoutCommon.ClassDef.T<OtGlyph>;
write(frag: Frag, cd: Map<OtGlyph, number>, gOrd: Data.Order<OtGlyph>, trick?: number): void;

@@ -23,0 +23,0 @@ };

{
"name": "@ot-builder/io-bin-layout",
"version": "1.7.4",
"version": "1.7.5",
"license": "MIT",

@@ -26,26 +26,26 @@ "repository": {

"dependencies": {
"@ot-builder/bin-composite-types": "1.7.4",
"@ot-builder/bin-util": "1.7.4",
"@ot-builder/errors": "1.7.4",
"@ot-builder/ot-glyphs": "1.7.4",
"@ot-builder/ot-layout": "1.7.4",
"@ot-builder/ot-metadata": "1.7.4",
"@ot-builder/prelude": "1.7.4",
"@ot-builder/primitive": "1.7.4",
"@ot-builder/var-store": "1.7.4",
"@ot-builder/variance": "1.7.4",
"@ot-builder/common-impl": "1.7.4",
"@ot-builder/ot-sfnt": "1.7.4",
"@ot-builder/io-bin-sfnt": "1.7.4",
"tslib": "^2.6.3"
"@ot-builder/bin-composite-types": "1.7.5",
"@ot-builder/bin-util": "1.7.5",
"@ot-builder/errors": "1.7.5",
"@ot-builder/ot-glyphs": "1.7.5",
"@ot-builder/ot-layout": "1.7.5",
"@ot-builder/ot-metadata": "1.7.5",
"@ot-builder/prelude": "1.7.5",
"@ot-builder/primitive": "1.7.5",
"@ot-builder/var-store": "1.7.5",
"@ot-builder/variance": "1.7.5",
"@ot-builder/common-impl": "1.7.5",
"@ot-builder/ot-sfnt": "1.7.5",
"@ot-builder/io-bin-sfnt": "1.7.5",
"tslib": "^2.8.1"
},
"devDependencies": {
"@ot-builder/io-bin-glyph-store": "1.7.4",
"@ot-builder/io-bin-metadata": "1.7.4",
"@ot-builder/ot-encoding": "1.7.4",
"@ot-builder/io-bin-encoding": "1.7.4",
"@ot-builder/test-util": "1.7.4",
"@types/jest": "^29.5.12",
"@ot-builder/io-bin-glyph-store": "1.7.5",
"@ot-builder/io-bin-metadata": "1.7.5",
"@ot-builder/ot-encoding": "1.7.5",
"@ot-builder/io-bin-encoding": "1.7.5",
"@ot-builder/test-util": "1.7.5",
"@types/jest": "^29.5.14",
"jest": "^29.7.0"
}
}