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

@amplitude/analytics-types

Package Overview
Dependencies
Maintainers
19
Versions
74
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 0.6.1 to 0.6.2

7

lib/config.d.ts

@@ -44,3 +44,5 @@ import { LogLevel, Logger } from './logger';

}
export declare type ReactNativeConfig = BrowserConfig;
export declare type ReactNativeConfig = Omit<BrowserConfig, 'trackingOptions'> & {
trackingOptions: ReactNativeTrackingOptions;
};
export declare type NodeConfig = Config;

@@ -66,2 +68,5 @@ export declare type InitOptions<T extends Config> = Partial<Config> & Omit<T, keyof Config> & {

}
export interface ReactNativeTrackingOptions extends TrackingOptions {
adid?: boolean;
}
export interface AdditionalBrowserOptions {

@@ -68,0 +73,0 @@ attribution?: AttributionBrowserOptions;

4

package.json
{
"name": "@amplitude/analytics-types",
"version": "0.6.1",
"version": "0.6.2",
"description": "",

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

],
"gitHead": "321002ef9a539959373204c3d7b15322b0936752"
"gitHead": "39c6658dd10b735e38651aedb04f8eeea7e6372e"
}

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