mongodb-client-encryption
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -150,8 +150,6 @@ 'use strict'; | ||
let bytesReceived = 0; | ||
socket.on('data', buffer => { | ||
bytesReceived += buffer.length; | ||
request.addResponse(buffer); | ||
if (bytesReceived >= request.bytesNeeded) { | ||
if (request.bytesNeeded <= 0) { | ||
socket.end(resolve); | ||
@@ -158,0 +156,0 @@ } |
{ | ||
"name": "mongodb-client-encryption", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Official client encryption module for the MongoDB Node.js driver", | ||
@@ -14,2 +14,3 @@ "main": "index.js", | ||
"lint": "eslint lib test", | ||
"docs": "jsdoc2md --template etc/README.hbs --plugin dmd-clear --files lib/**/*.js > README.md", | ||
"test": "mocha test" | ||
@@ -28,4 +29,6 @@ }, | ||
"chai-subset": "^1.6.0", | ||
"dmd-clear": "^0.1.2", | ||
"eslint": "^4.5.0", | ||
"eslint-plugin-prettier": "^2.2.0", | ||
"jsdoc-to-markdown": "^5.0.0", | ||
"mocha": "^6.1.4", | ||
@@ -32,0 +35,0 @@ "mongodb": "^3.2.7", |
Sorry, the diff of this file is not supported yet
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
62740
13
0
159
12
460