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.12 to 0.5.13

3

dist/turbopuffer.d.ts

@@ -23,3 +23,4 @@ /**

export type RankBySingleField = [string, "BM25", string];
export type RankBy = RankBySingleField | ["Sum", RankBySingleField[]];
export type OrderByAttribute = [string, "asc" | "desc"];
export type RankBy = RankBySingleField | ["Sum", RankBySingleField[]] | OrderByAttribute;
export interface Vector {

@@ -26,0 +27,0 @@ id: Id;

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

@@ -28,7 +28,3 @@ "scripts": {

],
"files": [
"dist",
"README.md",
"LICENSE"
],
"files": ["dist", "README.md", "LICENSE"],
"main": "./dist/turbopuffer.js",

@@ -35,0 +31,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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