Comparing version 0.9.6 to 0.9.7
{ | ||
"name": "curvecp", | ||
"version": "0.9.6", | ||
"version": "0.9.7", | ||
"description": "Pure javascript CurveCP library", | ||
@@ -24,3 +24,3 @@ "main": "src/index.js", | ||
"int64-buffer": "^0.1.7", | ||
"is-buffer": "^1.1.0", | ||
"is-buffer": "^1.1.4", | ||
"lodash": "^3.10.1", | ||
@@ -32,3 +32,3 @@ "nanotimer": "^0.3.13", | ||
"winston": "^2.2.0", | ||
"winston-meta-wrapper": "^1.0.0" | ||
"winston-meta-wrapper": "^1.1.0" | ||
}, | ||
@@ -35,0 +35,0 @@ "devDependencies": { |
@@ -41,4 +41,4 @@ var Chicago = require('./chicago.js') | ||
self._cleanup() | ||
self.emit('close') | ||
self._stream.removeAllListeners() | ||
self.emit('close') | ||
}) | ||
@@ -45,0 +45,0 @@ this._stream.on('end', function () { |
@@ -126,4 +126,4 @@ 'use strict' | ||
close: function () { | ||
curveStream.emit('close') | ||
stream.removeAllListeners() | ||
curveStream.emit('close') | ||
}, | ||
@@ -130,0 +130,0 @@ end: function () { |
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
Updatedis-buffer@^1.1.4
Updatedwinston-meta-wrapper@^1.1.0