You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
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.3.0

4

index.js
var amplitude = require('amplitude-js');
var apiKey;
exports.init = function init(key) {
exports.init = function init(key, options, cb) {
apiKey = key;
amplitude.getInstance(apiKey).init(apiKey);
amplitude.getInstance(apiKey).init(apiKey, null, options, cb);
};

@@ -7,0 +7,0 @@

{
"name": "avo-amplitude-js",
"version": "1.2.0",
"version": "1.3.0",
"main": "index.js",

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