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

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/rectify - npm Package Compare versions

Comparing version
1.7.2
to
1.7.3
+1
-1
lib/meta/os2.js

@@ -7,3 +7,3 @@ "use strict";

const newTable = new Ot.Os2.Table(table.version);
newTable.xAvgCharWidth = table.xAvgCharWidth;
newTable.xAvgCharWidth = Ot.Var.Ops.originOf(rec.coord(table.xAvgCharWidth));
newTable.usWeightClass = table.usWeightClass;

@@ -10,0 +10,0 @@ newTable.usWidthClass = table.usWidthClass;

{
"name": "@ot-builder/rectify",
"version": "1.7.2",
"version": "1.7.3",
"license": "MIT",

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

"dependencies": {
"@ot-builder/ot": "1.7.2",
"@ot-builder/common-impl": "1.7.2",
"@ot-builder/ot-glyphs": "1.7.2",
"@ot-builder/ot-metadata": "1.7.2",
"@ot-builder/prelude": "1.7.2",
"@ot-builder/variance": "1.7.2",
"@ot-builder/ot": "1.7.3",
"@ot-builder/common-impl": "1.7.3",
"@ot-builder/ot-glyphs": "1.7.3",
"@ot-builder/ot-metadata": "1.7.3",
"@ot-builder/prelude": "1.7.3",
"@ot-builder/variance": "1.7.3",
"tslib": "^2.0.0"

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