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

my-rds

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

my-rds - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

14

lib/operator.js

@@ -193,4 +193,8 @@ 'use strict';

if (value && typeof value === 'object') {
if ('value' in value) {
if (typeof value === 'object') {
if (Array.isArray(value)) {
operator = ['in'];
value = [value];
}
else if ('value' in value) {
if (typeof value.operator !== 'string') {

@@ -211,7 +215,3 @@ throw new Error('Can not lack operator field in custom where.');

else {
if (Array.isArray(value)) {
operator = ['in'];
} else {
operator = ['='];
}
operator = ['='];
value = [value];

@@ -218,0 +218,0 @@ }

{
"name": "my-rds",
"version": "1.0.3",
"version": "1.0.4",
"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