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

analytics-client

Package Overview
Dependencies
Maintainers
1
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

analytics-client - npm Package Compare versions

Comparing version 1.5.0 to 1.6.0-changes-client-config-202c85add1f48ed47ce9d15f911d1b996bbcec69

5

CHANGELOG.md

@@ -7,2 +7,7 @@ # Change Log

# v1.6.0
## (2021-04-22)
* Added unsetParamsReferrerOnNewSession to client [Ezequiel Boehler]
# v1.5.0

@@ -9,0 +14,0 @@ ## (2021-03-29)

2

dist/package.json
{
"name": "analytics-client",
"version": "1.5.0",
"version": "1.6.0-changes-client-config-202c85add1f48ed47ce9d15f911d1b996bbcec69",
"description": "Convenient builders to compose analytics tools",

@@ -5,0 +5,0 @@ "repository": {

@@ -31,2 +31,3 @@ "use strict";

amplConfig.sameSiteCookie = 'Lax';
amplConfig.unsetParamsReferrerOnNewSession = true;
if (config.deviceId) {

@@ -33,0 +34,0 @@ amplConfig.deviceId = config.deviceId;

{
"name": "analytics-client",
"version": "1.5.0",
"version": "1.6.0-changes-client-config-202c85add1f48ed47ce9d15f911d1b996bbcec69",
"description": "Convenient builders to compose analytics tools",

@@ -5,0 +5,0 @@ "repository": {

@@ -100,2 +100,3 @@ import amplitude = require('amplitude-js');

amplConfig.sameSiteCookie = 'Lax';
amplConfig.unsetParamsReferrerOnNewSession = true;

@@ -102,0 +103,0 @@ if (config.deviceId) {

Sorry, the diff of this file is too big to display

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