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
9
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.3

6

CHANGELOG.md
# AppSignal for vue changelog
## 1.1.3
### Fixed
- [d5c8751](https://github.com/appsignal/appsignal-javascript/commit/d5c8751a183ce6ce24b2f30f56bd582fe0e841ba) patch - Fixed a bug that was preventing Vue3 apps written in TypeScript from starting up.
## 1.1.2

@@ -4,0 +10,0 @@

4

dist/cjs/index.d.ts

@@ -1,4 +0,4 @@

import { VueApp, VueViewModel } from "./types";
import { VueApp } from "./types";
import type { JSClient } from "@appsignal/types";
export declare function errorHandler(appsignal: JSClient, app?: VueApp): (error: Error, vm: VueViewModel, info: string) => void;
export declare function errorHandler(appsignal: JSClient, app?: VueApp): (error: any, vm: any, info: string) => void;
//# sourceMappingURL=index.d.ts.map

@@ -1,9 +0,1 @@

export declare type VueViewModel = {
$vnode: {
[key: string]: any;
};
$options: {
[key: string]: any;
};
};
export declare type VueApp = {

@@ -10,0 +2,0 @@ version: string;

@@ -1,4 +0,4 @@

import { VueApp, VueViewModel } from "./types";
import { VueApp } from "./types";
import type { JSClient } from "@appsignal/types";
export declare function errorHandler(appsignal: JSClient, app?: VueApp): (error: Error, vm: VueViewModel, info: string) => void;
export declare function errorHandler(appsignal: JSClient, app?: VueApp): (error: any, vm: any, info: string) => void;
//# sourceMappingURL=index.d.ts.map

@@ -1,9 +0,1 @@

export declare type VueViewModel = {
$vnode: {
[key: string]: any;
};
$options: {
[key: string]: any;
};
};
export declare type VueApp = {

@@ -10,0 +2,0 @@ version: string;

{
"name": "@appsignal/vue",
"version": "1.1.2",
"version": "1.1.3",
"main": "dist/cjs/index.js",

@@ -5,0 +5,0 @@ "module": "dist/esm/index.js",

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

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