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

@dbnx/mysql

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dbnx/mysql - npm Package Compare versions

Comparing version 1.0.16 to 1.0.17

2

package.json
{
"name": "@dbnx/mysql",
"version": "1.0.16",
"version": "1.0.17",
"description": "A powerful and enhanced ORM library for MySQL, offering query execution, model creation, and full relational management.",

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

@@ -151,4 +151,2 @@ import { Connection, Pool, ConnectionOptions, PoolOptions } from 'mysql2/promise';

public create(...args: any): DBnx | Promise<ResponseType>;
/**

@@ -170,3 +168,2 @@ * Retrieves all records from the specified table or model based on the provided configuration.

public findAll<Tables extends string[]>(...args: any): DBnx | Promise<ResponseType>;

@@ -189,3 +186,2 @@ /**

public findOne<Tables extends string[]>(...args: any): DBnx | Promise<ResponseType>;

@@ -207,3 +203,2 @@ /**

): Promise<ResponseType>;
public update<Tables extends string[]>(...args: any): DBnx | Promise<ResponseType>;

@@ -219,3 +214,2 @@

public delete<Tables extends string[]>(model: typeof Model, conditions: DeleteParamsType<Tables>): Promise<ResponseType>;
public delete<Table extends string[]>(...args: any): DBnx | Promise<ResponseType>;

@@ -222,0 +216,0 @@ /**

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