Socket
Socket
Sign inDemoInstall

@amplitude/analytics-types

Package Overview
Dependencies
Maintainers
21
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amplitude/analytics-types - npm Package Compare versions

Comparing version 2.4.0-featadddiagnostics.0 to 2.4.0

lib/cjs/offline.d.ts

4

lib/cjs/config/core.d.ts

@@ -8,3 +8,3 @@ import { Event } from '../event';

import { Logger, LogLevel } from '../logger';
import { Diagnostic } from '../diagnostic';
import { OfflineDisabled } from '../offline';
export interface Config {

@@ -19,2 +19,3 @@ apiKey: string;

minIdLength?: number;
offline?: boolean | typeof OfflineDisabled;
optOut: boolean;

@@ -28,3 +29,2 @@ plan?: Plan;

useBatch: boolean;
diagnosticProvider: Diagnostic;
}

@@ -31,0 +31,0 @@ export interface Options extends Partial<Config> {

@@ -16,3 +16,2 @@ export { AmplitudeReturn } from './amplitude-promise';

export { Plugin, BeforePlugin, EnrichmentPlugin, DestinationPlugin, PluginType } from './plugin';
export { Diagnostic, DiagnosticOptions } from './diagnostic';
export { Result } from './result';

@@ -28,2 +27,3 @@ export { Response, SuccessResponse, InvalidResponse, PayloadTooLargeResponse, RateLimitResponse } from './response';

export { PageTrackingOptions, PageTrackingTrackOn, PageTrackingHistoryChanges } from './page-view-tracking';
export { OfflineDisabled } from './offline';
//# sourceMappingURL=index.d.ts.map
Object.defineProperty(exports, "__esModule", { value: true });
exports.Status = exports.ServerZone = exports.LogLevel = exports.RevenueProperty = exports.IdentifyOperation = exports.SpecialEventType = void 0;
exports.OfflineDisabled = exports.Status = exports.ServerZone = exports.LogLevel = exports.RevenueProperty = exports.IdentifyOperation = exports.SpecialEventType = void 0;
var event_1 = require("./event");

@@ -13,2 +13,4 @@ Object.defineProperty(exports, "SpecialEventType", { enumerable: true, get: function () { return event_1.SpecialEventType; } });

Object.defineProperty(exports, "Status", { enumerable: true, get: function () { return status_1.Status; } });
var offline_1 = require("./offline");
Object.defineProperty(exports, "OfflineDisabled", { enumerable: true, get: function () { return offline_1.OfflineDisabled; } });
//# sourceMappingURL=index.js.map

@@ -8,3 +8,3 @@ import { Event } from '../event';

import { Logger, LogLevel } from '../logger';
import { Diagnostic } from '../diagnostic';
import { OfflineDisabled } from '../offline';
export interface Config {

@@ -19,2 +19,3 @@ apiKey: string;

minIdLength?: number;
offline?: boolean | typeof OfflineDisabled;
optOut: boolean;

@@ -28,3 +29,2 @@ plan?: Plan;

useBatch: boolean;
diagnosticProvider: Diagnostic;
}

@@ -31,0 +31,0 @@ export interface Options extends Partial<Config> {

@@ -16,3 +16,2 @@ export { AmplitudeReturn } from './amplitude-promise';

export { Plugin, BeforePlugin, EnrichmentPlugin, DestinationPlugin, PluginType } from './plugin';
export { Diagnostic, DiagnosticOptions } from './diagnostic';
export { Result } from './result';

@@ -28,2 +27,3 @@ export { Response, SuccessResponse, InvalidResponse, PayloadTooLargeResponse, RateLimitResponse } from './response';

export { PageTrackingOptions, PageTrackingTrackOn, PageTrackingHistoryChanges } from './page-view-tracking';
export { OfflineDisabled } from './offline';
//# sourceMappingURL=index.d.ts.map

@@ -5,2 +5,3 @@ export { SpecialEventType, IdentifyOperation, RevenueProperty, } from './event';

export { Status } from './status';
export { OfflineDisabled } from './offline';
//# sourceMappingURL=index.js.map
{
"name": "@amplitude/analytics-types",
"version": "2.4.0-featadddiagnostics.0",
"version": "2.4.0",
"description": "",

@@ -38,3 +38,3 @@ "author": "Amplitude Inc",

],
"gitHead": "62aaa6f7715b2f084474ad5834bc41423cae338e"
"gitHead": "4be6ee05615bb80434aafdb9276df239a452328f"
}
# @amplitude/analytics-types
Shared types used for Ampilitude Analytics Typescript packages

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

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