node-iterable-api
Advanced tools
Comparing version 0.4.0 to 1.0.0
# Iterable API Change Log | ||
## v1.0.0 | ||
- BREAKING: Drop support for Node 6 | ||
- Use `new https.Agent({ keepAlive: true })` for axios | ||
- Update all dependencies | ||
## v0.4.0 | ||
@@ -4,0 +9,0 @@ - Added `catalogs` resource |
@@ -1,2 +0,2 @@ | ||
const https = require('https') | ||
const log = require('debug')('node-iterable-api:request') | ||
@@ -14,3 +14,4 @@ | ||
'Content-Type': 'application/json' | ||
} | ||
}, | ||
httpsAgent: new https.Agent({ keepAlive: true }) | ||
}) | ||
@@ -17,0 +18,0 @@ |
{ | ||
"name": "node-iterable-api", | ||
"version": "0.4.0", | ||
"version": "1.0.0", | ||
"description": "Wrapper for Iterable API", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "standard -r && ITERABLE_API_KEY=fake-key jest --coverage test/", | ||
"test": "standard && ITERABLE_API_KEY=fake-key jest --coverage test/", | ||
"tdd": "ITERABLE_API_KEY=fake-key jest --watch test/", | ||
@@ -12,3 +12,3 @@ "coveralls": "cat ./coverage/lcov.info | coveralls" | ||
"engines": { | ||
"node": ">=6" | ||
"node": ">=8" | ||
}, | ||
@@ -30,9 +30,9 @@ "repository": { | ||
"dependencies": { | ||
"axios": "^0.19.0", | ||
"axios": "^0.19.2", | ||
"debug": "^4.1.1" | ||
}, | ||
"devDependencies": { | ||
"coveralls": "^3.0.6", | ||
"jest": "^24.8.0", | ||
"standard": "^14.0.2" | ||
"coveralls": "^3.1.0", | ||
"jest": "^25.5.4", | ||
"standard": "^14.3.4" | ||
}, | ||
@@ -39,0 +39,0 @@ "standard": { |
Sorry, the diff of this file is not supported yet
Network access
Supply chain riskThis module accesses the network.
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
808
0
25439
27
1
Updatedaxios@^0.19.2