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

connection-manager

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connection-manager - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

5

lib/manager.js

@@ -177,5 +177,4 @@ /**

ConnectionManager.prototype.add = function (scope, client) {
var completeRecord;
if (! this.clients.exists(client.id)) {
// if (! this.clients.exists(client.id)) {
if (! client.references) {
client.references = new ArrayKeys({

@@ -182,0 +181,0 @@ identifier: 'id'

2

package.json
{
"name": "connection-manager",
"version": "1.0.3",
"version": "1.0.4",
"description": "Store, checkout & keepalive active connections from multiple locations in your code-base.",

@@ -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