Socket
Socket
Sign inDemoInstall

gridfs-locks

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gridfs-locks - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

.travis.yml

6

HISTORY.md

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

### 1.3.4
- Added Travis CI automated Testing
- Updated npm dependencies
- Fixed license ID in package file
### 1.3.3

@@ -2,0 +8,0 @@

12

package.json
{
"name": "gridfs-locks",
"version": "1.3.3",
"version": "1.3.4",
"description": "Distributed read/write locking based on MongoDB, designed to make GridFS safe for concurrent access",

@@ -8,5 +8,5 @@ "main": "index.js",

"devDependencies": {
"mongodb": "^2.0.30",
"coffee-script": "^1.9.2",
"mocha": "^2.2.4"
"mongodb": "^2.0.33",
"coffee-script": "^1.9.3",
"mocha": "^2.2.5"
},

@@ -33,3 +33,3 @@ "scripts": {

"engine": {
"node": ">=0.10.25"
"node": ">=0.10.36"
},

@@ -41,3 +41,3 @@ "readmeFilename": "README.md",

"author": "Vaughn Iverson",
"license": "MIT/X11"
"license": "MIT"
}
# gridfs-locks
[![Build Status](https://travis-ci.org/vsivsi/gridfs-locks.svg)](https://travis-ci.org/vsivsi/gridfs-locks)
`gridfs-locks` implements distributed and [fair read/write locking](https://en.wikipedia.org/wiki/Readers-writer_lock) based on [MongoDB](http://www.mongodb.org/), and is specifically designed to make MongoDB's [GridFS](http://docs.mongodb.org/manual/reference/gridfs/) file-store [safe for concurrent access](https://jira.mongodb.org/browse/NODE-157). It is a [node.js](http://nodejs.org/) [npm package](https://www.npmjs.org/package/gridfs-locks) built on top of the [native `mongodb` driver](https://www.npmjs.org/package/mongodb), and is compatible with the native [GridStore](https://github.com/mongodb/node-mongodb-native/blob/master/docs/gridfs.md) implementation.

@@ -345,2 +347,1 @@

I tailored this library to use MongoDB and mirror the GridFS data model in the hopes that it may inspire the MongoDB team to add official concurrency features to a future version of the GridFS specification. In the meantime, this library will hopefully suffice in making GridFS generally useful for real world applications. I welcome all feedback.
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