Socket
Socket
Sign inDemoInstall

mio

Package Overview
Dependencies
0
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 1.1.3

8

lib/query.js

@@ -70,5 +70,9 @@ module.exports = Query;

*/
this.query = settings.state || {};
if (typeof settings.state === 'object' && settings.state !== null) {
this.query = settings.state;
} else {
this.query = {};
}
if (!this.query.where) {
if (typeof this.query.where !== 'object' || this.query.where === null) {
this.query.where = {};

@@ -75,0 +79,0 @@ }

{
"name": "mio",
"description": "A common model layer between client and server for building REST APIs and web applications.",
"version": "1.1.2",
"version": "1.1.3",
"homepage": "https://github.com/mio/mio",

@@ -6,0 +6,0 @@ "repository": {

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