🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@browser-echo/vue

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@browser-echo/vue - npm Package Compare versions

Comparing version
1.1.0
to
1.1.1
+1
-2
dist/index.mjs

@@ -5,4 +5,3 @@ import { initBrowserEcho } from '@browser-echo/core';

return { install(_app) {
if (import.meta.env?.DEV && typeof window !== "undefined")
initBrowserEcho(options);
if (import.meta.env?.DEV && typeof window !== "undefined") initBrowserEcho(options);
} };

@@ -9,0 +8,0 @@ }

{
"name": "@browser-echo/vue",
"version": "1.1.0",
"version": "1.1.1",
"type": "module",

@@ -28,7 +28,7 @@ "sideEffects": false,

"dependencies": {
"@browser-echo/core": "^1.1.0"
"@browser-echo/core": "1.1.1"
},
"devDependencies": {
"unbuild": "^2.0.0",
"typescript": "^5.5.4"
"typescript": "5.9.3",
"unbuild": "2.0.0"
},

@@ -35,0 +35,0 @@ "scripts": {