You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@appsignal/vue

Package Overview
Dependencies
Maintainers
0
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appsignal/vue - npm Package Compare versions

Comparing version

to
1.1.6

4

dist/cjs/index.d.ts
import { VueApp } from "./types";
import type { JSClient } from "@appsignal/types";
export declare function errorHandler(appsignal: JSClient, app?: VueApp): (error: any, vm: any, info: string) => void;
import type Appsignal from "@appsignal/javascript";
export declare function errorHandler(appsignal: Appsignal, app?: VueApp): (error: any, vm: any, info: string) => void;
//# sourceMappingURL=index.d.ts.map
import { VueApp } from "./types";
import type { JSClient } from "@appsignal/types";
export declare function errorHandler(appsignal: JSClient, app?: VueApp): (error: any, vm: any, info: string) => void;
import type Appsignal from "@appsignal/javascript";
export declare function errorHandler(appsignal: Appsignal, app?: VueApp): (error: any, vm: any, info: string) => void;
//# sourceMappingURL=index.d.ts.map
{
"name": "@appsignal/vue",
"version": "1.1.5",
"version": "1.1.6",
"main": "dist/cjs/index.js",

@@ -13,3 +13,3 @@ "module": "dist/esm/index.js",

"scripts": {
"build": "yarn build:cjs && yarn build:esm",
"build": "npm run build:cjs && npm run build:esm",
"build:esm": "tsc -p tsconfig.esm.json",

@@ -21,3 +21,3 @@ "build:esm:watch": "tsc -p tsconfig.esm.json -w --preserveWatchOutput",

"clean": "rimraf dist coverage",
"link:yarn": "yarn link",
"link:npm": "npm link",
"test": "jest",

@@ -27,3 +27,3 @@ "test:watch": "jest --watch"

"dependencies": {
"@appsignal/types": "=3.0.1"
"@appsignal/javascript": "=1.6.0"
},

@@ -30,0 +30,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet