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 2.0.0-rc.1 to 2.0.0-rc.2

2

dist/main/helper.d.ts
import { Fetch } from './types';
export declare const resolveFetch: (customFetch?: typeof fetch | undefined) => Fetch;
export declare const resolveFetch: (customFetch?: Fetch) => Fetch;
//# sourceMappingURL=helper.d.ts.map

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

export declare const version = "2.0.0-rc.1";
export declare const version = "2.0.0-rc.2";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
exports.version = '2.0.0-rc.1';
exports.version = '2.0.0-rc.2';
//# sourceMappingURL=version.js.map
import { Fetch } from './types';
export declare const resolveFetch: (customFetch?: typeof fetch | undefined) => Fetch;
export declare const resolveFetch: (customFetch?: Fetch) => Fetch;
//# sourceMappingURL=helper.d.ts.map

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

export declare const version = "2.0.0-rc.1";
export declare const version = "2.0.0-rc.2";
//# sourceMappingURL=version.d.ts.map

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

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

@@ -17,3 +17,3 @@ "main": "dist/main/index.js",

"docs:json": "typedoc --json docs/spec.json --excludeExternals src/index.ts src/types.ts",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "jest"
},

@@ -42,2 +42,9 @@ "repository": {

"devDependencies": {
"@types/jest": "^28.1.0",
"@types/jsonwebtoken": "^8.5.8",
"@types/node": "^18.7.0",
"genversion": "^3.0.2",
"jest": "^28.1.0",
"jsonwebtoken": "^8.5.1",
"nanoid": "^3.3.1",
"npm-run-all": "^4.1.5",

@@ -48,3 +55,7 @@ "prettier": "^2.6.0",

"semantic-release-plugin-update-version-in-files": "^1.1.0",
"typedoc": "^0.22.16",
"testcontainers": "^8.5.1",
"ts-jest": "^28.0.0",
"ts-node": "^10.9.0",
"ts-test-decorators": "^0.0.6",
"typedoc": "^0.22.13",
"typescript": "^4.6.2"

@@ -51,0 +62,0 @@ },

@@ -7,1 +7,14 @@ # `functions-js`

https://supabase.github.io/functions-js/index.html
## testing
To run tests you will need Node 18+.
You are going to need docker daemon running to execute tests.
To start test run use the following command:
```sh
npm i
npm run test
```

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

export const version = '2.0.0-rc.1'
export const version = '2.0.0-rc.2'

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