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

avo-amplitude-js

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

avo-amplitude-js - npm Package Compare versions

Comparing version

to
1.2.0

14

index.js

@@ -8,4 +8,8 @@ var amplitude = require('amplitude-js');

exports.client = amplitude;
exports.lib = amplitude;
exports.getClient = function getClient() {
return amplitude.getInstance(apiKey);
};
exports.logEventWithUserProperties = function logEventWithUserProperties(

@@ -42,3 +46,3 @@ eventName,

amplitude.logRevenueV2(revenue);
amplitude.getInstance(apiKey).logRevenueV2(revenue);
}

@@ -62,8 +66,8 @@

exports.setUserId = function setUserId(userId) {
exports.identify = function identify(userId) {
amplitude.getInstance(apiKey).setUserId(userId);
};
exports.setUserProperties = function setUserProperties(userProperties) {
amplitude.getInstance(apiKey).setUserProperties(userProperties);
exports.unidentify = function unidentify() {
amplitude.getInstance(apiKey).identify(null);
};
{
"name": "avo-amplitude-js",
"version": "1.1.0",
"version": "1.2.0",
"main": "index.js",

@@ -5,0 +5,0 @@ "license": "MIT",