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/bin-util

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ot-builder/bin-util - npm Package Compare versions

Comparing version
1.7.8
to
1.8.0
+1
-1
lib/handlers/buffer-writer.d.ts

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

import { int16, int32, int8, uint16, uint32, uint8 } from "./primitive-types";
import { type int8, type int16, type int32, type uint8, type uint16, type uint32 } from "./primitive-types";
export declare class BufferWriter {

@@ -3,0 +3,0 @@ protected _capacity: number;

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

import { Data } from "@ot-builder/prelude";
import { Sized } from "./binary-view";
import type { Data } from "@ot-builder/prelude";
import type { Sized } from "./binary-view";
export interface Write<T, A extends unknown[] = []> {

@@ -4,0 +4,0 @@ write(target: Frag, t: T, ...args: A): void;

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

exports.WriteOpt = WriteOpt;
const Crypto = require("crypto");
const ImpLib = require("@ot-builder/common-impl");
const tslib_1 = require("tslib");
const Crypto = tslib_1.__importStar(require("node:crypto"));
const ImpLib = tslib_1.__importStar(require("@ot-builder/common-impl"));
const errors_1 = require("@ot-builder/errors");

@@ -10,0 +11,0 @@ const buffer_writer_1 = require("./buffer-writer");

{
"name": "@ot-builder/bin-util",
"description": "",
"version": "1.7.8",
"version": "1.8.0",
"license": "MIT",

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

"dependencies": {
"@ot-builder/errors": "1.7.7",
"@ot-builder/prelude": "1.7.7",
"@ot-builder/common-impl": "1.7.7",
"@ot-builder/errors": "1.8.0",
"@ot-builder/prelude": "1.8.0",
"@ot-builder/common-impl": "1.8.0",
"tslib": "^2.8.1"

@@ -32,0 +32,0 @@ },