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

fh-gridfs

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fh-gridfs - npm Package Compare versions

Comparing version 0.2.4-16 to 0.2.4-17

7

lib/gridFileManager.js

@@ -261,2 +261,6 @@ var mongodb = require("mongodb");

MongoFileHandler.prototype.getFileDetails = function(db, groupId, cb){
getFileDetails(db, {"groupId": groupId}, {}, cb);
}
function sanityCheckExportParameters(db, exportEntries, cb){

@@ -695,4 +699,5 @@ var groupIdEntries = {};

return cb(err, fileReadStream);
return cb(err, fileReadStream, fileDetails.length);
});

@@ -699,0 +704,0 @@ }

2

package.json
{
"name": "fh-gridfs",
"version": "0.2.4-16",
"version": "0.2.4-17",
"description": "Wrapper for file storage using gridfs for mongo databases.",

@@ -5,0 +5,0 @@ "scripts": {

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

0.2.4-16
0.2.4-17
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