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

@turbopuffer/turbopuffer

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turbopuffer/turbopuffer - npm Package Compare versions

Comparing version 0.5.11 to 0.5.12

16

dist/turbopuffer.js

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

method: "GET",
path: "/v1/vectors",
path: "/v1/namespaces",
query: {

@@ -94,3 +94,3 @@ cursor,

method: "POST",
path: `/v1/vectors/${this.id}`,
path: `/v1/namespaces/${this.id}`,
compress: batch.length > 10,

@@ -112,3 +112,3 @@ body: {

method: "POST",
path: `/v1/vectors/${this.id}`,
path: `/v1/namespaces/${this.id}`,
compress: ids.length > 500,

@@ -139,3 +139,3 @@ body: {

method: "POST",
path: `/v1/vectors/${this.id}/query`,
path: `/v1/namespaces/${this.id}/query`,
body: params,

@@ -172,3 +172,3 @@ retryable: true,

method: "GET",
path: `/v1/vectors/${this.id}`,
path: `/v1/namespaces/${this.id}`,
query: { cursor: params === null || params === void 0 ? void 0 : params.cursor },

@@ -192,3 +192,3 @@ retryable: true,

method: "HEAD",
path: `/v1/vectors/${this.id}`,
path: `/v1/namespaces/${this.id}`,
retryable: true,

@@ -210,3 +210,3 @@ });

method: "DELETE",
path: `/v1/vectors/${this.id}`,
path: `/v1/namespaces/${this.id}`,
retryable: true,

@@ -222,3 +222,3 @@ });

method: "POST",
path: `/v1/vectors/${this.id}/_debug/recall`,
path: `/v1/namespaces/${this.id}/_debug/recall`,
compress: queries && queries.length > 10,

@@ -225,0 +225,0 @@ body: {

{
"name": "@turbopuffer/turbopuffer",
"version": "0.5.11",
"version": "0.5.12",
"description": "Official Typescript API client library for turbopuffer.com",

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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