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

@supabase/functions-js

Package Overview
Dependencies
Maintainers
9
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@supabase/functions-js - npm Package Compare versions

Comparing version 2.4.2 to 2.4.3

2

dist/main/version.d.ts

@@ -1,2 +0,2 @@

export declare const version = "2.4.2";
export declare const version = "2.4.3";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
exports.version = '2.4.2';
exports.version = '2.4.3';
//# sourceMappingURL=version.js.map

@@ -1,2 +0,2 @@

export declare const version = "2.4.2";
export declare const version = "2.4.3";
//# sourceMappingURL=version.d.ts.map

@@ -1,2 +0,2 @@

export const version = '2.4.2';
export const version = '2.4.3';
//# sourceMappingURL=version.js.map
{
"name": "@supabase/functions-js",
"version": "2.4.2",
"version": "2.4.3",
"description": "JS Client library to interact with Supabase Functions.",

@@ -5,0 +5,0 @@ "main": "dist/main/index.js",

@@ -1,3 +0,1 @@

import OpenAI from 'openai'
declare namespace Supabase {

@@ -42,3 +40,5 @@ export interface ModelOptions {

run(
prompt: string | Omit<OpenAI.Chat.ChatCompletionCreateParams, 'model' | 'stream'>,
prompt:
| string
| Omit<import('openai').OpenAI.Chat.ChatCompletionCreateParams, 'model' | 'stream'>,
modelOptions?: ModelOptions

@@ -45,0 +45,0 @@ ): unknown

@@ -1,1 +0,1 @@

export const version = '2.4.2'
export const version = '2.4.3'
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