New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cubejs-backend/native

Package Overview
Dependencies
Maintainers
0
Versions
376
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubejs-backend/native - npm Package Compare versions

Comparing version 0.35.61 to 0.35.62

3

dist/js/index.d.ts

@@ -65,5 +65,3 @@ export interface BaseMeta {

export type SQLInterfaceOptions = {
port?: number;
pgPort?: number;
nonce?: string;
checkAuth: (payload: CheckAuthPayload) => CheckAuthResponse | Promise<CheckAuthResponse>;

@@ -78,2 +76,3 @@ load: (payload: LoadPayload) => unknown | Promise<unknown>;

canSwitchUserForSession: (payload: CanSwitchUserPayload) => unknown | Promise<unknown>;
gatewayPort?: number;
};

@@ -80,0 +79,0 @@ export declare function loadNative(): any;

{
"name": "@cubejs-backend/native",
"version": "0.35.61",
"version": "0.35.62",
"author": "Cube Dev, Inc.",

@@ -46,4 +46,4 @@ "description": "Native module for Cube.js (binding to Rust codebase)",

"dependencies": {
"@cubejs-backend/cubesql": "^0.35.61",
"@cubejs-backend/shared": "^0.35.43",
"@cubejs-backend/cubesql": "^0.35.62",
"@cubejs-backend/shared": "^0.35.62",
"@cubejs-infra/post-installer": "^0.0.7"

@@ -98,3 +98,3 @@ },

},
"gitHead": "4873ccb01504b588bd5790973ce9e02de36c8f90"
"gitHead": "149eb01a0457e9173e94bbb2709f1736f1b501fd"
}

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