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.1 to 1.0.2

2

package.json
{
"name": "amplitude",
"version": "1.0.1",
"version": "1.0.2",
"description": "A node wrapper for Amplitude analytics",

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

@@ -35,3 +35,3 @@ # amplitude

}
amplitude(data);
amplitude.track(data);
```

@@ -42,3 +42,3 @@

```javascript
amplitude(data, function(error, response){
amplitude.track(data, function(error, response){
// If post was succesful, error will be null

@@ -45,0 +45,0 @@ // Currently, the response returned from the amplitude api is an empty object

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