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

@cmpsr/analytics

Package Overview
Dependencies
Maintainers
2
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cmpsr/analytics - npm Package Compare versions

Comparing version 0.0.19 to 0.0.20

6

CHANGELOG.md
# Change Log
## 0.0.20
### Patch Changes
- df09fd1: Execute identify method on analytics
## 0.0.19

@@ -4,0 +10,0 @@

2

lib/integrations/segment/Segment.js

@@ -19,3 +19,3 @@ "use strict";

_defineProperty(this, "identify", (userId, traits) => {
window.analytics(userId, traits);
window.analytics.identify(userId, traits);
});

@@ -22,0 +22,0 @@

@@ -10,3 +10,3 @@ {

},
"version": "0.0.19",
"version": "0.0.20",
"author": "Steve Cox <stevejcox@me.com>",

@@ -30,3 +30,3 @@ "license": "MIT",

},
"gitHead": "c6a0569a7de0f05e755c2f2a124b237b350913eb"
"gitHead": "4c99cde58f7db1432ad0a5bb111666591e8be874"
}

@@ -16,3 +16,3 @@ import { IIntegration } from '../types';

identify: Identify = (userId, traits) => {
(window as any).analytics(userId, traits);
(window as any).analytics.identify(userId, traits);
};

@@ -19,0 +19,0 @@

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