Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

downstairs

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

downstairs - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

2

lib/collection.js

@@ -233,3 +233,3 @@ var Collection = {}

if (Model.sql[key]) {
if (typeof conditions[key] === 'null' || typeof conditions[key] === 'undefined' ) {
if (typeof conditions[key] === 'undefined' || conditions[key] == null) {
var clause = Model.sql[key].isNull();

@@ -236,0 +236,0 @@ clauses.push(clause);

{
"name": "downstairs",
"description": "A light ORM wrapped about brianc's node-sql and node-pg",
"version": "0.3.2",
"version": "0.3.3",
"homepage": "https://github.com/moneytribeaustralia/downstairs.js",

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

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