Socket
Socket
Sign inDemoInstall

helenus

Package Overview
Dependencies
2
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.3 to 0.6.4

5

History.md

@@ -220,1 +220,6 @@

* Fixed Travis tests [ @devdazed ]
0.6.4 / 2013-10-09
==================
* Fix regression in boolean support for CQL [ @simong #119]

2

lib/connection.js

@@ -105,3 +105,3 @@

if(typeof val === 'number'){
if(typeof val === 'number' || typeof val === 'boolean'){
return val.toString();

@@ -108,0 +108,0 @@ }

{
"name": "helenus"
, "version": "0.6.3"
, "version": "0.6.4"
, "description": "NodeJS Bindings for Cassandra"

@@ -5,0 +5,0 @@ , "keywords": ["cassandra"]

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc