Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@datastax/astra-db-ts

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datastax/astra-db-ts - npm Package Compare versions

Comparing version 0.0.26 to 0.0.27

dist/src/client/httpClient.d.ts

2

dist/collections/options.d.ts

@@ -70,3 +70,3 @@ export type SortOption = Record<string, 1 | -1> | {

vector?: {
dimensions: number;
dimension: number;
metric?: "cosine" | "euclidean" | "dot_product";

@@ -73,0 +73,0 @@ };

export declare const LIB_NAME = "@datastax/astra-db-ts";
export declare const LIB_VERSION = "0.0.26";
export declare const LIB_VERSION = "0.0.27";

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

exports.LIB_NAME = "@datastax/astra-db-ts";
exports.LIB_VERSION = "0.0.26";
exports.LIB_VERSION = "0.0.27";
//# sourceMappingURL=version.js.map
{
"name": "@datastax/astra-db-ts",
"version": "0.0.26",
"version": "0.0.27",
"description": "Astra DB TS Client",

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

@@ -125,3 +125,3 @@ // Copyright DataStax, Inc.

vector?: {
dimensions: number;
dimension: number;
metric?: "cosine" | "euclidean" | "dot_product";

@@ -128,0 +128,0 @@ } = undefined;

export const LIB_NAME = "@datastax/astra-db-ts";
export const LIB_VERSION = "0.0.26";
export const LIB_VERSION = "0.0.27";
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc