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

@supabase/functions-js

Package Overview
Dependencies
Maintainers
5
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 1.1.3 to 1.1.4

2

dist/main/index.d.ts

@@ -22,3 +22,3 @@ import { Fetch, FunctionInvokeOptions } from './types';

* `body`: the body of the request
* `responseType`: how the response should be parsed
* `responseType`: how the response should be parsed. The default is `json`
*/

@@ -25,0 +25,0 @@ invoke(functionName: string, invokeOptions?: FunctionInvokeOptions): Promise<{

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

* `body`: the body of the request
* `responseType`: how the response should be parsed
* `responseType`: how the response should be parsed. The default is `json`
*/

@@ -47,0 +47,0 @@ invoke(functionName, invokeOptions) {

@@ -22,3 +22,3 @@ import { Fetch, FunctionInvokeOptions } from './types';

* `body`: the body of the request
* `responseType`: how the response should be parsed
* `responseType`: how the response should be parsed. The default is `json`
*/

@@ -25,0 +25,0 @@ invoke(functionName: string, invokeOptions?: FunctionInvokeOptions): Promise<{

@@ -38,3 +38,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

* `body`: the body of the request
* `responseType`: how the response should be parsed
* `responseType`: how the response should be parsed. The default is `json`
*/

@@ -41,0 +41,0 @@ invoke(functionName, invokeOptions) {

{
"name": "@supabase/functions-js",
"version": "1.1.3",
"version": "1.1.4",
"description": "JS Client library to interact with Supabase Functions.",

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

@@ -36,3 +36,3 @@ import crossFetch from 'cross-fetch'

* `body`: the body of the request
* `responseType`: how the response should be parsed
* `responseType`: how the response should be parsed. The default is `json`
*/

@@ -39,0 +39,0 @@ async invoke(

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