Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/ineum

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/ineum - npm Package Compare versions

Comparing version 216.0.0 to 216.0.1

44

ineum/index.d.ts

@@ -11,12 +11,12 @@ // Type definitions for non-npm package ineum-browser 216.0

declare function ineum(command: 'key' | 'page' | 'reportingUrl' | 'traceId', value: string): void;
declare function ineum(command: "key" | "page" | "reportingUrl" | "traceId", value: string): void;
declare function ineum(command: 'user', userId?: string, userName?: string, userEmail?: string): void;
declare function ineum(command: "user", userId?: string, userName?: string, userEmail?: string): void;
declare function ineum(command: 'meta', key: string, value: string | number | boolean): void;
declare function ineum(command: "meta", key: string, value: string | number | boolean): void;
declare function ineum(command: 'ignorePings' | 'wrapEventHandlers' | 'wrapTimers', value: boolean): void;
declare function ineum(command: "ignorePings" | "wrapEventHandlers" | "wrapTimers", value: boolean): void;
declare function ineum(
command: 'trackSessions',
command: "trackSessions",
sessionInactivityTimeout?: number,

@@ -26,12 +26,12 @@ sessionTerminationTimeout?: number,

declare function ineum(command: 'terminateSession'): void;
declare function ineum(command: "terminateSession"): void;
declare function ineum(command: 'getPageLoadId'): string | undefined;
declare function ineum(command: "getPageLoadId"): string | undefined;
declare function ineum(
command:
| 'beaconBatchingTime'
| 'maxMaitForPageLoadMetricsMillis'
| 'maxWaitForResourceTimingsMillis'
| 'xhrTransmissionTimeout',
| "beaconBatchingTime"
| "maxMaitForPageLoadMetricsMillis"
| "maxWaitForResourceTimingsMillis"
| "xhrTransmissionTimeout",
durationMillis: number,

@@ -41,3 +41,3 @@ ): void;

declare function ineum(
command: 'reportError',
command: "reportError",
error: Error | string,

@@ -52,3 +52,3 @@ opts?: {

declare function ineum(
command: 'reportEvent',
command: "reportEvent",
name: string,

@@ -69,9 +69,9 @@ opts?: {

command:
| 'allowedOrigins'
| 'captureHeaders'
| 'ignoreErrorMessages'
| 'ignoreUrls'
| 'ignoreUserTimings'
| 'secrets'
| 'urlsToCheckForGraphQlInsights',
| "allowedOrigins"
| "captureHeaders"
| "ignoreErrorMessages"
| "ignoreUrls"
| "ignoreUserTimings"
| "secrets"
| "urlsToCheckForGraphQlInsights",
values: RegExp[],

@@ -86,3 +86,3 @@ ): void;

// tslint:disable-next-line unified-signatures
declare function ineum(command: 'apiKey', value: string): void;
declare function ineum(command: "apiKey", value: string): void;

@@ -95,2 +95,2 @@ /**

// tslint:disable-next-line unified-signatures
declare function ineum(command: 'whitelistedOrigins', values: RegExp[]): void;
declare function ineum(command: "whitelistedOrigins", values: RegExp[]): void;
{
"name": "@types/ineum",
"version": "216.0.0",
"version": "216.0.1",
"description": "TypeScript definitions for ineum-browser",

@@ -33,4 +33,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ineum",

"dependencies": {},
"typesPublisherContentHash": "db59a489e15720c70f35fdc759e05e4e95e5c73a1cb6b150d1c909a69479779b",
"typeScriptVersion": "3.8"
"typesPublisherContentHash": "2e59e7e48261e1e1d32c0c1539bc91e63db92eb987781aed49cf14bf0b759b0b",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 11 Jan 2022 07:01:34 GMT
* Last updated: Tue, 26 Sep 2023 14:36:22 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `ineum`

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