Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mongodb-client-encryption

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongodb-client-encryption - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

etc/README.hbs

4

lib/stateMachine.js

@@ -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

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