New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/amplitude-js

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/amplitude-js - npm Package Compare versions

Comparing version 5.11.0 to 6.0.0

9

amplitude-js/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for Amplitude SDK 5.11
// Type definitions for Amplitude SDK 6.0
// Project: https://github.com/amplitude/Amplitude-Javascript

@@ -17,6 +17,9 @@ // Definitions by: Arvydas Sidorenko <https://github.com/Asido>

cookieExpiration?: number;
cookieForceUpgrade?: boolean;
cookieName?: string;
userId?: string;
deferInitialization?: boolean;
deviceId?: string;
deviceIdFromUrlParam?: boolean;
disableCookies?: boolean;
domain?: string;

@@ -34,2 +37,3 @@ eventUploadPeriodMillis?: number;

platform?: string;
sameSiteCookie?: 'Lax' | 'Strict' | 'None';
saveEvents?: boolean;

@@ -40,4 +44,2 @@ savedMaxCount?: number;

sessionTimeout?: number;
sameSiteCookie?: 'Lax' | 'Strict' | 'None';
useNativeDeviceInfo?: boolean;
trackingOptions?: {

@@ -62,2 +64,3 @@ city?: boolean;

uploadBatchSize?: number;
useNativeDeviceInfo?: boolean;
}

@@ -64,0 +67,0 @@

{
"name": "@types/amplitude-js",
"version": "5.11.0",
"version": "6.0.0",
"description": "TypeScript definitions for Amplitude SDK",

@@ -32,4 +32,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "b863f11247473ea3556aa8cd2b6c3ef2b149743c904c4eccb06cae11a9151298",
"typeScriptVersion": "2.9"
"typesPublisherContentHash": "c7f312c07b385b9551e58880e8cca08025200e783c2a743c62bfa09ec9399b2d",
"typeScriptVersion": "3.2"
}

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

### Additional Details
* Last updated: Mon, 04 May 2020 23:40:47 GMT
* Last updated: Wed, 30 Sep 2020 20:34:58 GMT
* Dependencies: none

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

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