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

laravel-echo

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

laravel-echo - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

12

dist/echo.js

@@ -273,2 +273,12 @@ 'use strict';

/**
* Get a private channel instance by name.
*/
}, {
key: 'private',
value: function _private(channel) {
return this.channel('private-' + channel);
}
/**
* Get a presence channel instance by name.

@@ -280,3 +290,3 @@ */

value: function join(channel) {
return new EchoPresenceChannel(this.createChannel(channel));
return new EchoPresenceChannel(this.createChannel('presence-' + channel));
}

@@ -283,0 +293,0 @@

2

package.json
{
"name": "laravel-echo",
"version": "0.0.5",
"version": "0.0.6",
"description": "Laravel Echo library for beautiful Pusher integration",

@@ -5,0 +5,0 @@ "main": "dist/echo.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