Socket
Socket
Sign inDemoInstall

amplitude

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amplitude - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

lib/amplitude.js

@@ -51,3 +51,3 @@ 'use strict';

}
cb(err, res);
cb(err);
});

@@ -54,0 +54,0 @@ }

{
"name": "amplitude",
"version": "1.0.4",
"version": "1.0.5",
"description": "A node wrapper for Amplitude analytics http api",

@@ -5,0 +5,0 @@ "author": "Blade Barringer <blade@crookedneighbor.com>",

@@ -41,7 +41,6 @@ # amplitude

```javascript
amplitude.track(data, function(error, response){
amplitude.track(data, function(error) {
// If post was succesful, error will be null
// Currently, the response returned from the amplitude api is an empty object
//... do something
});
```
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