Socket
Socket
Sign inDemoInstall

@heimdallr-sdk/types

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@heimdallr-sdk/types - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

esm/node.d.ts

1

esm/base.d.ts

@@ -29,3 +29,2 @@ import { BreadcrumbPushData } from './breadcrumb';

enabled: boolean;
ignoreUrls: string[];
}

@@ -37,3 +37,3 @@ import { ReportDataMsgType } from './base';

}
export interface ReportPayloadDataType extends ClientInfoType {
export interface BrowserReportPayloadDataType extends ClientInfoType {
[key: string]: any;

@@ -40,0 +40,0 @@ }

@@ -23,2 +23,5 @@ export declare enum StoreKeyType {

}
export declare enum NodeErrorTypes {
UNCAUGHTEXCEPTION = "uncaughtException"
}
export declare enum BrowserErrorTypes {

@@ -25,0 +28,0 @@ CODEERROR = "code",

@@ -26,2 +26,6 @@ export var StoreKeyType;

})(EventTypes || (EventTypes = {}));
export var NodeErrorTypes;
(function (NodeErrorTypes) {
NodeErrorTypes["UNCAUGHTEXCEPTION"] = "uncaughtException";
})(NodeErrorTypes || (NodeErrorTypes = {}));
export var BrowserErrorTypes;

@@ -28,0 +32,0 @@ (function (BrowserErrorTypes) {

@@ -11,1 +11,3 @@ export * from './common';

export * from './sourcemap';
export * from './node';
export * from './server';

@@ -11,1 +11,3 @@ export * from './common';

export * from './sourcemap';
export * from './node';
export * from './server';
import { AppInfoType, Dsn } from './base';
import { IAnyObject } from './common';
import { StoreTypes } from './constant';
import { BasePluginType } from './plugin';
import { InterfaceResponseType } from './server';
import { VueInstance } from './vue';

@@ -11,4 +13,2 @@ export interface BaseOptionsType {

plugins?: BasePluginType[];
ignoreUrls?: string[];
maxBreadcrumbs?: number;
}

@@ -27,2 +27,4 @@ export declare enum PerformanceFeat {

export interface BrowserOptionsType extends BaseOptionsType {
ignoreUrls?: string[];
maxBreadcrumbs?: number;
userIdentify?: CustomerOptionType;

@@ -35,1 +37,4 @@ throttleDelayTime?: number;

}
export interface NodeOptionsType extends BaseOptionsType {
sendFunc?: (url: string, data: IAnyObject) => Promise<InterfaceResponseType<any>>;
}
{
"name": "@heimdallr-sdk/types",
"version": "0.0.8",
"version": "0.0.9",
"description": "@heimdallr-sdk/types",

@@ -27,3 +27,3 @@ "license": "MIT",

},
"gitHead": "0da42e54bb9d17cb0e0e93d05e0454385b627c7a"
"gitHead": "639c3db0643be3368c5f43896be01e540d10aa07"
}
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