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/var-store

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ot-builder/var-store - npm Package Compare versions

Comparing version
1.7.4
to
1.7.5
+2
-2
lib/ivs/general.d.ts

@@ -38,3 +38,3 @@ import * as ImpLib from "@ot-builder/common-impl";

next(fLong: boolean, arity: number, r: number[]): WriteTimeIVD;
entries(): Generator<WriteTimeIVD, void, undefined>;
entries(): Generator<WriteTimeIVD, void, unknown>;
isEmpty(): boolean;

@@ -117,4 +117,4 @@ }

masters(): Iterable<[M, number]>;
ivdList(): Generator<WriteTimeIVD, void, undefined>;
ivdList(): Generator<WriteTimeIVD, void, unknown>;
}
//# sourceMappingURL=general.d.ts.map

@@ -49,6 +49,12 @@ "use strict";

if (cL <= cN) {
(c1 = cL), (c2 = cN), (d1 = dL), (d2 = dN);
c1 = cL;
c2 = cN;
d1 = dL;
d2 = dN;
}
else {
(c1 = cN), (c2 = cL), (d1 = dN), (d2 = dL);
c1 = cN;
c2 = cL;
d1 = dN;
d2 = dL;
}

@@ -55,0 +61,0 @@ const force = roundCost(deltas, dimensions, z, tolerance) === COST_INTEGER &&

@@ -12,3 +12,3 @@ import { F2D14 } from "@ot-builder/primitive";

allocate(tuple: F2D14[]): TupleStorage;
storage(): Generator<number[], void, undefined>;
storage(): Generator<number[], void, unknown>;
}

@@ -15,0 +15,0 @@ export interface AxesTuples {

{
"name": "@ot-builder/var-store",
"description": "",
"version": "1.7.4",
"version": "1.7.5",
"license": "MIT",

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

"dependencies": {
"@ot-builder/bin-composite-types": "1.7.4",
"@ot-builder/bin-util": "1.7.4",
"@ot-builder/common-impl": "1.7.4",
"@ot-builder/errors": "1.7.4",
"@ot-builder/prelude": "1.7.4",
"@ot-builder/primitive": "1.7.4",
"@ot-builder/variance": "1.7.4",
"tslib": "^2.6.3"
"@ot-builder/bin-composite-types": "1.7.5",
"@ot-builder/bin-util": "1.7.5",
"@ot-builder/common-impl": "1.7.5",
"@ot-builder/errors": "1.7.5",
"@ot-builder/prelude": "1.7.5",
"@ot-builder/primitive": "1.7.5",
"@ot-builder/variance": "1.7.5",
"tslib": "^2.8.1"
},
"devDependencies": {
"@ot-builder/test-util": "1.7.4",
"@types/jest": "^29.5.12",
"@ot-builder/test-util": "1.7.5",
"@types/jest": "^29.5.14",
"jest": "^29.7.0"
}
}