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

laravel-echo

Package Overview
Dependencies
Maintainers
1
Versions
95
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 1.3.4 to 1.3.5

2

dist/echo.js

@@ -251,3 +251,3 @@ var asyncGenerator = function () {

if (event.charAt(0) === '.' || event.charAt(0) === '\\') {
event = event.substr(1);
return event.substr(1);
} else if (this.namespace) {

@@ -254,0 +254,0 @@ event = this.namespace + '.' + event;

{
"name": "laravel-echo",
"version": "1.3.4",
"version": "1.3.5",
"description": "Laravel Echo library for beautiful Pusher and Socket.IO integration",

@@ -5,0 +5,0 @@ "main": "dist/echo.js",

@@ -30,3 +30,3 @@ /**

if (event.charAt(0) === '.' || event.charAt(0) === '\\') {
event = event.substr(1);
return event.substr(1);
} else if (this.namespace) {

@@ -33,0 +33,0 @@ event = this.namespace + '.' + event;

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