Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

socket.io-adapter

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

socket.io-adapter - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

.idea/$CACHE_FILE$

4

index.js

@@ -77,4 +77,4 @@

Adapter.prototype.del = function(id, room, fn){
this.sids[id] = this.sids[id] || {};
delete this.sids[id][room];
if (this.sids[id]) delete this.sids[id][room];
if (this.rooms.hasOwnProperty(room)) {

@@ -81,0 +81,0 @@ this.rooms[room].del(id);

{
"name": "socket.io-adapter",
"version": "1.1.1",
"version": "1.1.2",
"license": "MIT",

@@ -5,0 +5,0 @@ "repository": {

@@ -9,3 +9,3 @@

This module is not intended for end-user usage, but can be used as an
interface to inherit from from other adapters you might want to build.
interface to inherit from other adapters you might want to build.

@@ -12,0 +12,0 @@ As an example of an adapter that builds on top of this, please take a look

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