Comparing version 0.7.14 to 0.7.16
/*! | ||
* Nats | ||
* Copyright(c) 2012-2016 Apcera Inc. All rights reserved. | ||
* Copyright(c) 2012-2017 Apcera Inc. All rights reserved. | ||
* Copyright(c) 2011-2014 Derek Collison (derek.collison@gmail.com) | ||
@@ -26,3 +26,3 @@ * MIT Licensed | ||
var VERSION = '0.7.14', | ||
var VERSION = '0.7.16', | ||
@@ -29,0 +29,0 @@ DEFAULT_PORT = 4222, |
{ | ||
"name": "nats", | ||
"version": "0.7.14", | ||
"version": "0.7.16", | ||
"description": "Node.js client for NATS, a lightweight, high-performance cloud native messaging system", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -220,3 +220,3 @@ # NATS - Node.js Client | ||
nc = nats.connect({'preserveBuffers': true); | ||
nc = nats.connect({'preserveBuffers': true}); | ||
@@ -231,3 +231,3 @@ ``` | ||
Copyright (c) 2015-2016 Apcera Inc.<br/> | ||
Copyright (c) 2015-2017 Apcera Inc.<br/> | ||
Copyright (c) 2011-2015 Derek Collison | ||
@@ -234,0 +234,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
135328