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.0.0-amplitude-init-changes-0831c5555c3a815d5801761b2ee55571f16c624e to 1.0.0-amplitude-init-changes-2c0e4d9909d0b2a40220c5ed17bc3f69a152735f

1

CHANGELOG.md

@@ -11,2 +11,3 @@ # Change Log

* Changes on how device_id is treated on init [Ezequiel Boehler]
* Changes on how device_id is treated on init [Ezequiel Boehler]

@@ -13,0 +14,0 @@ # v0.12.1

2

dist/package.json
{
"name": "analytics-client",
"version": "1.0.0-amplitude-init-changes-0831c5555c3a815d5801761b2ee55571f16c624e",
"version": "1.0.0-amplitude-init-changes-2c0e4d9909d0b2a40220c5ed17bc3f69a152735f",
"description": "Convenient builders to compose analytics tools",

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

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

this.deviceIds = new Set();
this.passedDeviceId = '';
this.optOutRequsted = false;

@@ -14,0 +13,0 @@ var storedValue = Cookies.get(config_1.COOKIES_DEVICE_IDS);

{
"name": "analytics-client",
"version": "1.0.0-amplitude-init-changes-0831c5555c3a815d5801761b2ee55571f16c624e",
"version": "1.0.0-amplitude-init-changes-2c0e4d9909d0b2a40220c5ed17bc3f69a152735f",
"description": "Convenient builders to compose analytics tools",

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

@@ -18,3 +18,3 @@ import * as Cookies from 'js-cookie';

private deviceIds: Set<string> = new Set();
private passedDeviceId: string | null = '';
private passedDeviceId: string | null;
private optOutRequsted: boolean = false;

@@ -21,0 +21,0 @@

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