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/trace

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ot-builder/trace - npm Package Compare versions

Comparing version
1.7.8
to
1.8.0
+1
-1
lib/interface.d.ts

@@ -1,2 +0,2 @@

import * as Ot from "@ot-builder/ot";
import type * as Ot from "@ot-builder/ot";
export interface GlyphTracer {

@@ -3,0 +3,0 @@ readonly size: number;

import * as Ot from "@ot-builder/ot";
import { GlyphTraceProc } from "../interface";
import type { GlyphTraceProc } from "../interface";
export declare function traceGlyphDependents(g: Ot.Glyph): GlyphTraceProc;
//# sourceMappingURL=glyphs.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.traceGlyphDependents = traceGlyphDependents;
const Ot = require("@ot-builder/ot");
const TraceImpl_Glyph = require("./trace-impl/glyph");
const tslib_1 = require("tslib");
const Ot = tslib_1.__importStar(require("@ot-builder/ot"));
const TraceImpl_Glyph = tslib_1.__importStar(require("./trace-impl/glyph"));
function traceGlyphDependents(g) {

@@ -7,0 +8,0 @@ return tracer => {

import * as Ot from "@ot-builder/ot";
import { GlyphTraceProc } from "../interface";
import type { GlyphTraceProc } from "../interface";
export declare function traceGsub(table: Ot.Gsub.Table): GlyphTraceProc;
export declare function traceGpos(table: Ot.Gpos.Table): GlyphTraceProc;
//# sourceMappingURL=gsub-gpos.d.ts.map

@@ -5,4 +5,5 @@ "use strict";

exports.traceGpos = traceGpos;
const Ot = require("@ot-builder/ot");
const TraceImpl_Glyph = require("./trace-impl/glyph");
const tslib_1 = require("tslib");
const Ot = tslib_1.__importStar(require("@ot-builder/ot"));
const TraceImpl_Glyph = tslib_1.__importStar(require("./trace-impl/glyph"));
function traceGsub(table) {

@@ -9,0 +10,0 @@ const alg = new ItTraceGlyph();

@@ -1,3 +0,3 @@

import * as Ot from "@ot-builder/ot";
import { GlyphTracer } from "../interface";
import type * as Ot from "@ot-builder/ot";
import type { GlyphTracer } from "../interface";
export declare function traceGlyphs<GS extends Ot.GlyphStore>(tracer: GlyphTracer, font: Ot.Font<GS>): GlyphTracer;

@@ -4,0 +4,0 @@ export declare function visibleGlyphsFromUnicodeSet<GS extends Ot.GlyphStore>(font: Ot.Font<GS>, unicodeSet: {

@@ -1,4 +0,4 @@

import * as Ot from "@ot-builder/ot";
import { GlyphTraceProc } from "../interface";
import type * as Ot from "@ot-builder/ot";
import type { GlyphTraceProc } from "../interface";
export declare function traceMath(table: Ot.Math.Table): GlyphTraceProc;
//# sourceMappingURL=math.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.traceMath = traceMath;
const TraceImpl_Glyph = require("./trace-impl/glyph");
const tslib_1 = require("tslib");
const TraceImpl_Glyph = tslib_1.__importStar(require("./trace-impl/glyph"));
function traceMath(table) {

@@ -6,0 +7,0 @@ if (!table.variants)

@@ -1,4 +0,4 @@

import { GlyphTraceProc } from "../../interface";
import type { GlyphTraceProc } from "../../interface";
export declare function Nop(): GlyphTraceProc;
export declare function Seq(from: Iterable<GlyphTraceProc>): GlyphTraceProc;
//# sourceMappingURL=glyph.d.ts.map
{
"name": "@ot-builder/trace",
"version": "1.7.8",
"version": "1.8.0",
"license": "MIT",

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

"dependencies": {
"@ot-builder/ot": "1.7.8",
"@ot-builder/common-impl": "1.7.7",
"@ot-builder/ot-glyphs": "1.7.8",
"@ot-builder/ot-metadata": "1.7.8",
"@ot-builder/prelude": "1.7.7",
"@ot-builder/variance": "1.7.8",
"@ot-builder/ot": "1.8.0",
"@ot-builder/common-impl": "1.8.0",
"@ot-builder/ot-glyphs": "1.8.0",
"@ot-builder/ot-metadata": "1.8.0",
"@ot-builder/prelude": "1.8.0",
"@ot-builder/variance": "1.8.0",
"tslib": "^2.8.1"

@@ -34,0 +34,0 @@ },