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.5.0 to 1.5.1

dist/echo.common.js

5

package.json
{
"name": "laravel-echo",
"version": "1.5.0",
"version": "1.5.1",
"description": "Laravel Echo library for beautiful Pusher and Socket.IO integration",
"main": "dist/echo.js",
"main": "dist/echo.common.js",
"module": "dist/echo.js",
"scripts": {

@@ -7,0 +8,0 @@ "build": "npm run compile && npm run declarations",

@@ -6,3 +6,6 @@ import typescript from 'rollup-plugin-typescript';

input: './src/echo.ts',
output: [{ file: './dist/echo.js', format: 'esm' }],
output: [
{ file: './dist/echo.js', format: 'esm' },
{ file: './dist/echo.common.js', format: 'cjs' },
],
plugins: [

@@ -9,0 +12,0 @@ typescript(),

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