Socket
Socket
Sign inDemoInstall

helenus

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

helenus - npm Package Compare versions

Comparing version 0.5.6 to 0.5.7

5

History.md

@@ -166,1 +166,6 @@

* Fixed issue with serializatoin of start / end in range queries [ @devdazed ]
0.5.7 / 2012-08-26
==================
* Fixed issue with deserialization of ReversedType in CQL [ @devdazed #67 ]

3

lib/marshal/index.js

@@ -40,3 +40,4 @@ var Serializers = require('./serializers'),

'UUIDType': { ser:Serializers.encodeUUID, de:Deserializers.decodeUUID },
'CompositeType': { ser:NOOP, de:NOOP }
'CompositeType': { ser:NOOP, de:NOOP },
'ReversedType': { ser:IDENTITY, de:IDENTITY }
};

@@ -43,0 +44,0 @@

{
"name": "helenus"
, "version": "0.5.6"
, "version": "0.5.7"
, "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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc