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.0.2 to 1.0.3

4

HISTORY.md

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

### 1.0.3
- Fixed typos in README.md code snippets
### 1.0.2

@@ -2,0 +6,0 @@

2

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

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

@@ -30,4 +30,4 @@ # gridfs-locks

var db = new Db('test', new Server('127.0.0.1', 27017));
var LockCollection = require('grid-locks').LockCollection
var Lock = require('grid-locks').Lock
var LockCollection = require('gridfs-locks').LockCollection
var Lock = require('gridfs-locks').Lock

@@ -34,0 +34,0 @@ // Open the database

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