analytics-node
Advanced tools
Comparing version 3.3.0-beta.2 to 3.3.0
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 @@ |
@@ -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" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
19368
376
1
Updatedaxios-retry@^3.0.2