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

express-cassandra

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-cassandra - npm Package Compare versions

Comparing version 0.5.3 to 0.5.4

2

lib/orm/base_model.js

@@ -634,3 +634,3 @@ var util = require('util'),

field_relation = {'$eq': field_relation};
else if(typeof field_relation == 'object' && (field_relation instanceof cql.types.Uuid || field_relation instanceof cql.types.TimeUuid))
else if(typeof field_relation == 'object' && (field_relation instanceof cql.types.Uuid || field_relation instanceof cql.types.TimeUuid || field_relation instanceof cql.types.Long))
field_relation = {'$eq': field_relation.toString()};

@@ -637,0 +637,0 @@ else if(typeof field_relation != 'object')

{
"name": "express-cassandra",
"version": "0.5.3",
"version": "0.5.4",
"dependencies": {

@@ -5,0 +5,0 @@ "async": "^1.0.0",

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