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 0.0.3 to 0.0.4

2

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

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

@@ -15,5 +15,5 @@ // Generated by CoffeeScript 1.7.1

Lock = require('./index').Lock;
Lock = require('../index').Lock;
LockCollection = require('./index').LockCollection;
LockCollection = require('../index').LockCollection;

@@ -20,0 +20,0 @@ chunkSize = 256 * 1024;

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