Socket
Socket
Sign inDemoInstall

aerospike

Package Overview
Dependencies
Maintainers
3
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aerospike - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

9

History.md

@@ -0,1 +1,10 @@

v2.0.2 / 2016-04-29
===================
* **Improvements**
* Add support for node v6 by bumping nan dependency. [PR #122](https://github.com/aerospike/aerospike-client-nodejs/pull/122)
Thanks to [@djMax](https://github.com/djMax)!
* Add support for Ubuntu 16.04. [PR #123](https://github.com/aerospike/aerospike-client-nodejs/pull/123)
Thanks to [@NawarA](https://github.com/NawarA)!
v2.0.1 / 2016-04-27

@@ -2,0 +11,0 @@ ===================

4

package.json
{
"name": "aerospike",
"version": "2.0.1",
"version": "2.0.2",
"description": "Aerospike Client Library",

@@ -33,3 +33,3 @@ "tags": [

"dependencies": {
"nan": "~2.0.8"
"nan": "~2.3.0"
},

@@ -36,0 +36,0 @@ "devDependencies": {

@@ -12,3 +12,3 @@ # Aerospike Node.js Client [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url]

This module is compatible with Node.js v0.12.x, io.js, v4.x, v5.x and supports the following operating systems:
This module is compatible with Node.js v0.12.x, io.js, v4.x, v5.x, v6.x and supports the following operating systems:
CentOS/RHEL 6.x, Debian 6+, Ubuntu 12.04+, Fedora 20+, Korora 22+, Linuxmint and Mac OS X.

@@ -15,0 +15,0 @@

Sorry, the diff of this file is not supported yet

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