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 0.9.0-fix-experiment-identify-2640f5e8895d11822ddaf6675a863e2cd2c62657 to 0.9.0-fix-experiment-identify-e9274ff7c0361e86217549fd4e60ae4ba7a007d4

2

dist/package.json
{
"name": "analytics-client",
"version": "0.9.0-fix-experiment-identify-2640f5e8895d11822ddaf6675a863e2cd2c62657",
"version": "0.9.0-fix-experiment-identify-e9274ff7c0361e86217549fd4e60ae4ba7a007d4",
"description": "Convenient builders to compose analytics tools",

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

@@ -76,4 +76,2 @@ "use strict";

expect(identifyCallsCount).toStrictEqual(1);
});
it('sets user property on re-engage', function () {
exp.engage('test-device-1');

@@ -80,0 +78,0 @@ expect(identifyCallsCount).toStrictEqual(2);

{
"name": "analytics-client",
"version": "0.9.0-fix-experiment-identify-2640f5e8895d11822ddaf6675a863e2cd2c62657",
"version": "0.9.0-fix-experiment-identify-e9274ff7c0361e86217549fd4e60ae4ba7a007d4",
"description": "Convenient builders to compose analytics tools",

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

@@ -83,5 +83,2 @@ import { createClient } from '../src/client';

expect(identifyCallsCount).toStrictEqual(1);
});
it('sets user property on re-engage', () => {
exp.engage('test-device-1');

@@ -88,0 +85,0 @@ // identify is called on every engage call.

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