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

ali-rds-fix

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ali-rds-fix - npm Package Compare versions

Comparing version 3.3.1 to 3.3.2

9

lib/operator.js

@@ -316,3 +316,3 @@ 'use strict';

for (const key in where) {
const value = where[key];
let value = where[key];
if (Array.isArray(value)) {

@@ -324,3 +324,8 @@ wheres.push('?? IN (?)');

} else {
wheres.push('?? = ?');
if(typeof value == 'object' && value.operator){
wheres.push('?? '+value.operator+' ?');
value = value.value;
}else{
wheres.push('?? = ?');
}
}

@@ -327,0 +332,0 @@ }

{
"name": "ali-rds-fix",
"version": "3.3.1",
"version": "3.3.2",
"description": "Aliyun RDS client",

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

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