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

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ot-builder/errors - npm Package Compare versions

Comparing version
1.7.7
to
1.8.0
+2
-2
lib/asserts.js

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

const tslib_1 = require("tslib");
exports.Cff = require("./asserts/cff");
exports.Cff = tslib_1.__importStar(require("./asserts/cff"));
tslib_1.__exportStar(require("./asserts/common"), exports);
exports.Variation = require("./asserts/variation");
exports.Variation = tslib_1.__importStar(require("./asserts/variation"));
//# sourceMappingURL=asserts.js.map

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

exports.NoGap = NoGap;
const Errors = require("../errors");
const tslib_1 = require("tslib");
const Errors = tslib_1.__importStar(require("../errors"));
const VersionSupported = (kind1, actual, ...expected) => {

@@ -8,0 +9,0 @@ for (const x of expected)

@@ -0,13 +1,13 @@

export * as Avar from "./errors/avar";
export * as Binary from "./errors/binary";
export * as Cff from "./errors/cff";
export * from "./errors/common";
export * as Binary from "./errors/binary";
export * as Primitives from "./errors/primitives";
export * as Variation from "./errors/variation";
export * as Fvar from "./errors/fvar";
export * as Post from "./errors/post";
export * as Cff from "./errors/cff";
export * as Ttf from "./errors/ttf";
export * as Layout from "./errors/layout";
export * as Name from "./errors/name";
export * as Post from "./errors/post";
export * as Primitives from "./errors/primitives";
export * as STAT from "./errors/stat";
export * as Avar from "./errors/avar";
export * as Ttf from "./errors/ttf";
export * as Variation from "./errors/variation";
//# sourceMappingURL=errors.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Avar = exports.STAT = exports.Name = exports.Layout = exports.Ttf = exports.Cff = exports.Post = exports.Fvar = exports.Variation = exports.Primitives = exports.Binary = void 0;
exports.Variation = exports.Ttf = exports.STAT = exports.Primitives = exports.Post = exports.Name = exports.Layout = exports.Fvar = exports.Cff = exports.Binary = exports.Avar = void 0;
const tslib_1 = require("tslib");
exports.Avar = tslib_1.__importStar(require("./errors/avar"));
exports.Binary = tslib_1.__importStar(require("./errors/binary"));
exports.Cff = tslib_1.__importStar(require("./errors/cff"));
tslib_1.__exportStar(require("./errors/common"), exports);
exports.Binary = require("./errors/binary");
exports.Primitives = require("./errors/primitives");
exports.Variation = require("./errors/variation");
exports.Fvar = require("./errors/fvar");
exports.Post = require("./errors/post");
exports.Cff = require("./errors/cff");
exports.Ttf = require("./errors/ttf");
exports.Layout = require("./errors/layout");
exports.Name = require("./errors/name");
exports.STAT = require("./errors/stat");
exports.Avar = require("./errors/avar");
exports.Fvar = tslib_1.__importStar(require("./errors/fvar"));
exports.Layout = tslib_1.__importStar(require("./errors/layout"));
exports.Name = tslib_1.__importStar(require("./errors/name"));
exports.Post = tslib_1.__importStar(require("./errors/post"));
exports.Primitives = tslib_1.__importStar(require("./errors/primitives"));
exports.STAT = tslib_1.__importStar(require("./errors/stat"));
exports.Ttf = tslib_1.__importStar(require("./errors/ttf"));
exports.Variation = tslib_1.__importStar(require("./errors/variation"));
//# sourceMappingURL=errors.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Errors = exports.Assert = void 0;
exports.Assert = require("./asserts");
exports.Errors = require("./errors");
const tslib_1 = require("tslib");
exports.Assert = tslib_1.__importStar(require("./asserts"));
exports.Errors = tslib_1.__importStar(require("./errors"));
//# sourceMappingURL=index.js.map
{
"name": "@ot-builder/errors",
"description": "",
"version": "1.7.7",
"version": "1.8.0",
"license": "MIT",

@@ -6,0 +6,0 @@ "repository": {