🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

fastembed

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastembed - npm Package Compare versions

Comparing version
1.14.0
to
1.14.1
+1
-1
lib/cjs/fastembed.js

@@ -83,3 +83,3 @@ "use strict";

const [x, y, z] = dimensions;
return Array.from({ length: x }, (_, index) => {
return new Array(x).fill(undefined).map((_, index) => {
const startIndex = index * y * z;

@@ -86,0 +86,0 @@ const endIndex = startIndex + z;

@@ -54,3 +54,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

const [x, y, z] = dimensions;
return Array.from({ length: x }, (_, index) => {
return new Array(x).fill(undefined).map((_, index) => {
const startIndex = index * y * z;

@@ -57,0 +57,0 @@ const endIndex = startIndex + z;

{
"name": "fastembed",
"version": "1.14.0",
"version": "1.14.1",
"description": "NodeJS implementation of @Qdrant/fastembed",

@@ -5,0 +5,0 @@ "licenses": [