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/ot-encoding

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ot-builder/ot-encoding - npm Package Compare versions

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

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

import { OtGlyph } from "@ot-builder/ot-glyphs";
import type { OtGlyph } from "@ot-builder/ot-glyphs";
import { EncodingMapT } from "./encoding-map-impl";

@@ -3,0 +3,0 @@ import { VsEncodingMapT } from "./vs-encoding-map-impl";

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

import { Data } from "@ot-builder/prelude";
import * as Cmap from "./cmap";
import type { Data } from "@ot-builder/prelude";
import type * as Cmap from "./cmap";
export * as Cmap from "./cmap";

@@ -4,0 +4,0 @@ export { VsEncodingMapT as CmapGeneralVsEncodingMapT } from "./cmap/vs-encoding-map-impl";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CmapGeneralVsEncodingMapT = exports.Cmap = void 0;
exports.Cmap = require("./cmap");
const tslib_1 = require("tslib");
exports.Cmap = tslib_1.__importStar(require("./cmap"));
var vs_encoding_map_impl_1 = require("./cmap/vs-encoding-map-impl");
Object.defineProperty(exports, "CmapGeneralVsEncodingMapT", { enumerable: true, get: function () { return vs_encoding_map_impl_1.VsEncodingMapT; } });
//# sourceMappingURL=index.js.map
{
"name": "@ot-builder/ot-encoding",
"description": "",
"version": "1.7.8",
"version": "1.8.0",
"license": "MIT",

@@ -27,4 +27,4 @@ "repository": {

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

@@ -31,0 +31,0 @@ },