Socket
Socket
Sign inDemoInstall

@krishnapawar/kp-mysql-models

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.1 to 1.2.2

4

lib/index.js

@@ -6,3 +6,3 @@ var pool;

function setBDConnection(db) {
function setDBConnection(db) {
if (!db) {

@@ -1116,3 +1116,3 @@ console.error("kp-mysql-models is not connect database.Please Check You Database Connection!");

BaseModels,
setBDConnection,
setDBConnection,
get,

@@ -1119,0 +1119,0 @@ first,

{
"name": "@krishnapawar/kp-mysql-models",
"version": "1.2.1",
"version": "1.2.2",
"description": "The `kp-mysql-models` library simplifies MySQL database interaction, streamlining tasks such as creating, inserting, updating, and deleting records, as well as handling complex queries like joins, pagination, and conditional operations. By offering an intuitive and efficient approach, it significantly reduces development time and effort.",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc