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

@based/functions

Package Overview
Dependencies
Maintainers
1
Versions
26
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 2.2.3 to 2.2.4

dist/client_original.d.ts

6

dist/client.d.ts

@@ -18,2 +18,8 @@ import { AuthState } from './auth';

}
export type QueryMap = {
[key: string]: {
payload: any;
result: any;
};
};
//# sourceMappingURL=client.d.ts.map

4

package.json
{
"name": "@based/functions",
"version": "2.2.3",
"version": "2.2.4",
"license": "MIT",
"main": "dist/index.js",
"scripts": {
"build": "npx tsc && cp src/uws.d.ts dist/uws.d.ts",
"build": "npx tsc && cp src/uws.d.ts dist/uws.d.ts && cp ./dist/client.d.ts ./dist/client_original.d.ts",
"watch": "npx tsc --watch",

@@ -9,0 +9,0 @@ "clean": "rimraf {.turbo,dist,node_modules}"

@@ -34,1 +34,3 @@ import { AuthState } from './auth'

}
export type QueryMap = { [key: string]: { payload: any; result: any } }

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