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-ext-private

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ot-builder/ot-ext-private - npm Package Compare versions

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

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

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

@@ -4,0 +4,0 @@ export interface OtExtPrivate {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.XPrv = void 0;
exports.XPrv = require("./xprv");
const tslib_1 = require("tslib");
exports.XPrv = tslib_1.__importStar(require("./xprv"));
//# sourceMappingURL=index.js.map

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

import { OtGlyph } from "@ot-builder/ot-glyphs";
import { Data } from "@ot-builder/prelude";
import type { OtGlyph } from "@ot-builder/ot-glyphs";
import type { Data } from "@ot-builder/prelude";
export declare const Tag = "XPRV";

@@ -4,0 +4,0 @@ export type Blob = Map<string, Buffer>;

{
"name": "@ot-builder/ot-ext-private",
"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 @@ },