New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bugsnag-browser-lite

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bugsnag-browser-lite - npm Package Compare versions

Comparing version

to
2.0.3

14

dist/bugsnag_client.d.ts

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

import { UserInfo, NotifiableError, Severity, SeverityReason } from "./types";
interface Options {
metaData?: object;
user?: UserInfo;
unhandled?: boolean;
severity?: Severity;
severityReason?: SeverityReason;
}
import { Options, NotifiableError } from "./types";
export declare function prepareBugsnagReport(apiKey: string, error: NotifiableError, opts?: Options): {

@@ -29,6 +22,6 @@ apiKey: string;

metaData?: object | undefined;
user?: UserInfo | undefined;
user?: import("./types").UserInfo | undefined;
unhandled?: boolean | undefined;
severity?: "error" | "warning" | "info" | undefined;
severityReason?: SeverityReason | undefined;
severityReason?: import("./types").SeverityReason | undefined;
exceptions: {

@@ -54,3 +47,2 @@ errorClass: any;

}
export {};
//# sourceMappingURL=bugsnag_client.d.ts.map
import { BugsnagClient } from "./bugsnag_client";
export { BugsnagClient } from "./bugsnag_client";
export { BugsnagErrorReport, NotifiableError } from "./types";
export { BugsnagErrorReport, NotifiableError, Options } from "./types";
export default function bugsnag(apiKey: string): BugsnagClient;
//# sourceMappingURL=bugsnag.d.ts.map

@@ -125,3 +125,10 @@ interface Notifier {

}
export interface Options {
metaData?: object;
user?: UserInfo;
unhandled?: boolean;
severity?: Severity;
severityReason?: SeverityReason;
}
export {};
//# sourceMappingURL=types.d.ts.map
{
"name": "bugsnag-browser-lite",
"version": "2.0.2",
"version": "2.0.3",
"description": "Bugsnag error reporting on the browser",

@@ -5,0 +5,0 @@ "main": "dist/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