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 0.0.27 to 0.0.28

3

dist/echo.js

@@ -478,2 +478,5 @@ var classCallCheck = function (instance, Constructor) {

if (this.options.connector == 'pusher') {
if (!window.Pusher) {
window.Pusher = require('pusher-js');
}
this.connector = new PusherConnector(this.options);

@@ -480,0 +483,0 @@ } else if (this.options.connector == 'socket.io') {

3

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

@@ -28,2 +28,3 @@ "main": "dist/echo.js",

"babel-preset-stage-2": "^6.5.0",
"pusher-js": "^3.2.1",
"rollup": "^0.31.0",

@@ -30,0 +31,0 @@ "rollup-plugin-babel": "^2.4.0",

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