Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

analytics-node

Package Overview
Dependencies
Maintainers
5
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

analytics-node - npm Package Compare versions

Comparing version 3.3.0-beta.2 to 3.3.0

8

History.md
v3.3.0-beta / 2018-01-18
v3.3.0-beta.2 / 2018-03-02
==========================
* [New](https://github.com/segmentio/analytics-node/pull/158): Add `enable` API to disable client from sending messages. This is useful for testing.
* [Improvement](https://github.com/segmentio/analytics-node/pull/154): Log when messages exceed our size limits.
v3.3.0-beta.1 / 2018-01-18
========================

@@ -4,0 +10,0 @@

3

index.js

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

retries: options.retryCount || 3,
retryCondition: this._isErrorRetryable
retryCondition: this._isErrorRetryable,
retryDelay: axiosRetry.exponentialDelay
})

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

{
"name": "analytics-node",
"version": "3.3.0-beta.2",
"version": "3.3.0",
"description": "The hassle-free way to integrate analytics into any Node.js application",

@@ -48,9 +48,9 @@ "license": "MIT",

"axios": "^0.17.1",
"axios-retry": "^3.0.1",
"axios-retry": "^3.0.2",
"commander": "^2.9.0",
"uuid": "^3.2.1",
"lodash.isstring": "^4.0.1",
"md5": "^2.2.1",
"lodash.isstring": "^4.0.1",
"ms": "^2.0.0",
"remove-trailing-slash": "^0.1.0"
"remove-trailing-slash": "^0.1.0",
"uuid": "^3.2.1"
},

@@ -67,3 +67,3 @@ "devDependencies": {

"pify": "^3.0.0",
"sinon": "^4.1.3",
"sinon": "^5.0.0",
"standard": "^11.0.0",

@@ -70,0 +70,0 @@ "size-limit": "^0.14.0"

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