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
0
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.3
to
1.7.4
+1
-2
lib/gsub-gpos-shared/decide-ignore-flags.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.decideIgnoreFlags = void 0;
exports.decideIgnoreFlags = decideIgnoreFlags;
const ot_layout_1 = require("@ot-builder/ot-layout");

@@ -20,3 +20,2 @@ function decideIgnoreFlags(gs, gdef) {

}
exports.decideIgnoreFlags = decideIgnoreFlags;
/// Split non-mark and mark glyphs

@@ -23,0 +22,0 @@ function gsSplitMarks(ignoredGlyphs, glyphClassDef) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.setLookupTricks = void 0;
exports.setLookupTricks = setLookupTricks;
function setLookupTricks(table, cfg) {

@@ -15,3 +15,2 @@ const tricks = new Map();

}
exports.setLookupTricks = setLookupTricks;
//# sourceMappingURL=trick.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.analyzeOutlier = exports.shareColumns = exports.OutlierTree = void 0;
exports.OutlierTree = void 0;
exports.shareColumns = shareColumns;
exports.analyzeOutlier = analyzeOutlier;
const errors_1 = require("@ot-builder/errors");

@@ -70,3 +72,2 @@ const primitive_1 = require("@ot-builder/primitive");

}
exports.shareColumns = shareColumns;
function analyzeOutlier(cm) {

@@ -78,3 +79,2 @@ const outliers = new OutlierTree();

}
exports.analyzeOutlier = analyzeOutlier;
var OutlierAnalyzerImpl;

@@ -81,0 +81,0 @@ (function (OutlierAnalyzerImpl) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.readOtl = void 0;
exports.readOtl = readOtl;
const bin_util_1 = require("@ot-builder/bin-util");

@@ -36,3 +36,2 @@ const ot_layout_1 = require("@ot-builder/ot-layout");

}
exports.readOtl = readOtl;
//# sourceMappingURL=read.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.writeOtl = void 0;
exports.writeOtl = writeOtl;
const bin_util_1 = require("@ot-builder/bin-util");

@@ -41,3 +41,2 @@ const ot_layout_1 = require("@ot-builder/ot-layout");

}
exports.writeOtl = writeOtl;
//# sourceMappingURL=write.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.hashVarVal = exports.GposAdjustment = exports.GposAdjustmentFormat = void 0;
exports.GposAdjustment = exports.GposAdjustmentFormat = void 0;
exports.hashVarVal = hashVarVal;
const Crypto = require("crypto");

@@ -212,3 +213,2 @@ const ImpLib = require("@ot-builder/common-impl");

}
exports.hashVarVal = hashVarVal;
//# sourceMappingURL=gpos-adjust.js.map
{
"name": "@ot-builder/io-bin-layout",
"version": "1.7.3",
"version": "1.7.4",
"license": "MIT",

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

"dependencies": {
"@ot-builder/bin-composite-types": "1.7.3",
"@ot-builder/bin-util": "1.7.3",
"@ot-builder/errors": "1.7.3",
"@ot-builder/ot-glyphs": "1.7.3",
"@ot-builder/ot-layout": "1.7.3",
"@ot-builder/ot-metadata": "1.7.3",
"@ot-builder/prelude": "1.7.3",
"@ot-builder/primitive": "1.7.3",
"@ot-builder/var-store": "1.7.3",
"@ot-builder/variance": "1.7.3",
"@ot-builder/common-impl": "1.7.3",
"@ot-builder/ot-sfnt": "1.7.3",
"@ot-builder/io-bin-sfnt": "1.7.3",
"tslib": "^2.0.0"
"@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"
},
"devDependencies": {
"@ot-builder/io-bin-glyph-store": "1.7.3",
"@ot-builder/io-bin-metadata": "1.7.3",
"@ot-builder/ot-encoding": "1.7.3",
"@ot-builder/io-bin-encoding": "1.7.3",
"@ot-builder/test-util": "1.7.3",
"@types/jest": "^29.5.5",
"jest": "^29.6.2"
"@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",
"jest": "^29.7.0"
}
}