Socket
Socket
Sign inDemoInstall

@amplitude/analytics-types

Package Overview
Dependencies
Maintainers
20
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 1.1.0 to 1.2.0

13

lib/cjs/client/web-client.d.ts

@@ -50,3 +50,3 @@ import { AmplitudeReturn } from '../amplitude-promise';

* Sets a new session ID.
* When settign a custom session ID, make sure the value is in milliseconds since epoch (Unix Timestamp).
* When setting a custom session ID, make sure the value is in milliseconds since epoch (Unix Timestamp).
*

@@ -59,2 +59,13 @@ * ```typescript

/**
* Extends the current session (advanced)
*
* Normally sessions are extended automatically by track()'ing events. If you want to extend the session without
* tracking and event, this will set the last user interaction to the current time.
*
* ```typescript
* extendSession();
* ```
*/
extendSession(): void;
/**
* Anonymizes users after they log out, by:

@@ -61,0 +72,0 @@ *

@@ -50,3 +50,3 @@ import { AmplitudeReturn } from '../amplitude-promise';

* Sets a new session ID.
* When settign a custom session ID, make sure the value is in milliseconds since epoch (Unix Timestamp).
* When setting a custom session ID, make sure the value is in milliseconds since epoch (Unix Timestamp).
*

@@ -59,2 +59,13 @@ * ```typescript

/**
* Extends the current session (advanced)
*
* Normally sessions are extended automatically by track()'ing events. If you want to extend the session without
* tracking and event, this will set the last user interaction to the current time.
*
* ```typescript
* extendSession();
* ```
*/
extendSession(): void;
/**
* Anonymizes users after they log out, by:

@@ -61,0 +72,0 @@ *

4

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

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

],
"gitHead": "0c03a57239e1048b1730fa58464b125ba9b8b6ba"
"gitHead": "5cfe645df26d9dc301f264ead0880dad6925a2ff"
}

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