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.4 to 0.0.5

10

dist/echo.js

@@ -14,3 +14,3 @@ 'use strict';

*/
var _defaultNamespace = {
var defaultNamespace = {
value: 'App.Events'

@@ -32,3 +32,3 @@ };

if (event.charAt(0) != '\\') {
event = _defaultNamespace.value + '.' + event;
event = defaultNamespace.value + '.' + event;
}

@@ -303,5 +303,5 @@

}, {
key: 'defaultNamespace',
value: function defaultNamespace(value) {
_defaultNamespace.value = value;
key: 'namespace',
value: function namespace(value) {
defaultNamespace.value = value;
}

@@ -308,0 +308,0 @@ }]);

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