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.19 to 1.0.20

2

package.json
{
"name": "@dbnx/mysql",
"version": "1.0.19",
"version": "1.0.20",
"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",

@@ -25,3 +25,3 @@ /**

*/
export function sanitize(input: string | number | null): string;
export function sanitize(input: any): string;

@@ -28,0 +28,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