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.10 to 0.5.11

4

dist/turbopuffer.d.ts

@@ -15,3 +15,3 @@ /**

export type Id = string | number;
export type AttributeType = null | string | number | string[] | number[];
export type AttributeType = null | string | number | string[] | number[] | boolean;
export type Attributes = Record<string, AttributeType>;

@@ -33,3 +33,3 @@ export type Schema = Record<string, {

export type FilterConnective = "And" | "Or";
export type FilterValue = Exclude<AttributeType, null>;
export type FilterValue = AttributeType;
export type FilterCondition = [string, FilterOperator, FilterValue];

@@ -36,0 +36,0 @@ export type Filters = [FilterConnective, Filters[]] | FilterCondition;

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

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

@@ -65,1 +65,2 @@ The **official TypeScript SDK** for Turbopuffer.

3. `npm publish --access public`
4. `git tag vX.Y.Z`

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