Socket
Socket
Sign inDemoInstall

analytics-node

Package Overview
Dependencies
121
Maintainers
3
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.2

10

History.md
1.2.2 / 2015-03-19
==================
* Update analytics-node.js
1.2.1 / 2015-03-19
==================
* Try to retry a few times before responding
1.2.0 / 2015-02-18

@@ -3,0 +13,0 @@ ==================

1

lib/index.js

@@ -157,2 +157,3 @@ var assert = require('assert');

.auth(this.writeKey, '')
.retry(3)
.send(data)

@@ -159,0 +160,0 @@ .end(function(err, res){

2

package.json
{
"name": "analytics-node",
"repository": "git://github.com/segmentio/analytics-node",
"version": "1.2.0",
"version": "1.2.2",
"description": "The hassle-free way to integrate analytics into any node application.",

@@ -6,0 +6,0 @@ "keywords": [

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc