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.9 to 0.0.10

esm/sdk.d.ts

1

esm/index.d.ts
export * from './common';
export * from './base';
export * from './sdk';
export * from './breadcrumb';

@@ -4,0 +5,0 @@ export * from './constant';

export * from './common';
export * from './base';
export * from './sdk';
export * from './breadcrumb';

@@ -4,0 +5,0 @@ export * from './constant';

2

esm/plugin.d.ts
import { ReportDataType } from "./base";
export interface BasePluginType {
name: string;
monitor: (notify: (eventName: string, data: any) => void) => void;
monitor: (notify: (data: any) => void) => void;
transform?: (collectedData: any) => ReportDataType<any>;
[key: string]: any;
}
{
"name": "@heimdallr-sdk/types",
"version": "0.0.9",
"version": "0.0.10",
"description": "@heimdallr-sdk/types",

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

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