Socket
Socket
Sign inDemoInstall

primus-locky

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

primus-locky - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

2

lib/primus-locky.js

@@ -49,3 +49,3 @@ /**

// By default TTL - 1s.
var heartbeatIntervalTime = options.heartbeatInterval || options.locky.client.ttl - 1000;
var heartbeatIntervalTime = options.locky.heartbeatInterval || options.locky.client.ttl - 1000;
var heartbeatInterval = setInterval(this.refreshLocks.bind(this), heartbeatIntervalTime);

@@ -52,0 +52,0 @@ this.primus.on('close', function onClose() {

{
"name": "primus-locky",
"version": "0.3.1",
"version": "0.3.2",
"description": "Primus locky is a primus plugin for locky, it provides a room based locking.",

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

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