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 1.1.0 to 1.1.1

12

dist/echo.js

@@ -76,3 +76,3 @@ var classCallCheck = function (instance, Constructor) {

key: null,
namespace: null
namespace: ''
};

@@ -133,6 +133,8 @@ this.setOptions(options);

value: function format(event) {
if (event.charAt(0) != '\\' && event.charAt(0) != '.') {
event = this.defaultNamespace + '.' + event;
} else {
event = event.substr(1);
if (this.defaultNamespace !== false) {
if (event.charAt(0) != '\\' && event.charAt(0) != '.') {
event = this.defaultNamespace + '.' + event;
} else {
event = event.substr(1);
}
}

@@ -139,0 +141,0 @@ return event.replace(/\./g, '\\');

{
"name": "laravel-echo",
"version": "1.1.0",
"version": "1.1.1",
"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