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

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

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

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

import { BinaryView, Frag, Ranged, Read, Sized, Write } from "@ot-builder/bin-util";
import type { BinaryView, Frag, Ranged, Read, Sized, Write } from "@ot-builder/bin-util";
export declare class Fixed implements Sized, Read<number, []>, Write<number, []>, Ranged {

@@ -3,0 +3,0 @@ private readonly signed;

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

export * from "./fixed";
export * from "./tag";
export * from "./fixed";
//# sourceMappingURL=index.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./fixed"), exports);
tslib_1.__exportStar(require("./tag"), exports);
tslib_1.__exportStar(require("./fixed"), exports);
//# sourceMappingURL=index.js.map

@@ -1,4 +0,4 @@

import { Read, Sized, Write } from "@ot-builder/bin-util";
import type { Read, Sized, Write } from "@ot-builder/bin-util";
export type Tag = string;
export declare const Tag: Read<Tag, []> & Write<Tag, []> & Sized;
//# sourceMappingURL=tag.d.ts.map

@@ -11,6 +11,6 @@ "use strict";

const c4 = view.uint8();
return (String.fromCodePoint(c1) +
String.fromCodePoint(c2) +
String.fromCodePoint(c3) +
String.fromCodePoint(c4));
return (String.fromCodePoint(c1)
+ String.fromCodePoint(c2)
+ String.fromCodePoint(c3)
+ String.fromCodePoint(c4));
},

@@ -17,0 +17,0 @@ write(frag, tag) {

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

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

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

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