New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lockdb

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lockdb - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

4

package.json
{
"name": "lockdb",
"version": "0.2.1",
"version": "0.2.2",
"description": "LockDB is a cross-platform tool you can use to handle process/event locking and avoid race conditions. It is sometimes also known as a semaphore.",

@@ -39,3 +39,3 @@ "keywords": [

},
"_generatedBy": "dnt@0.39.0"
"_generatedBy": "dnt@0.40.0"
}

@@ -27,3 +27,3 @@ # LockDB

// import LockDB from 'lockdb';
// import LockDB from 'https://deno.land/x/lockdb@0.2.1/mod.ts';
// import LockDB from 'https://deno.land/x/lockdb@0.2.2/mod.ts';
const LockDB = require('lockdb');

@@ -89,3 +89,3 @@

Requires [`deno@1.39.3`](https://deno.land) (other versions will probably work).
Requires [`deno@1.41.0`](https://deno.land) (other versions will probably work).

@@ -92,0 +92,0 @@ ```bash

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