📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

@based/functions

Package Overview
Dependencies
Maintainers
9
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@based/functions - npm Package Compare versions

Comparing version

to
3.2.2

4

dist/functions.d.ts

@@ -8,3 +8,3 @@ /// <reference types="node" resolution-mode="require"/>

import { Authorize } from './auth.js';
import type { BuildOptions } from 'esbuild';
import type { Plugin } from 'esbuild';
export type ObservableUpdateFunction<K = any> = (data: K, checksum?: number, err?: any, cache?: Uint8Array, diff?: any, fromChecksum?: number, isDeflate?: boolean) => void;

@@ -237,3 +237,3 @@ export type ObserveErrorListener = (err: any) => void;

favicon?: string;
plugins?: BuildOptions['plugins'];
plugins?: Plugin[];
};

@@ -240,0 +240,0 @@ type BasedJobFunctionConfig = {

{
"name": "@based/functions",
"version": "3.2.1",
"version": "3.2.2",
"license": "MIT",

@@ -22,3 +22,2 @@ "type": "module",

"@saulx/utils": "^5.0.0",
"esbuild": "^0.24.2",
"utility-types": "^3.10.0"

@@ -30,3 +29,6 @@ },

"typescript": "^4.3.5"
},
"peerDependencies": {
"esbuild": "^0.24.2"
}
}