New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-iterable-api

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-iterable-api - npm Package Compare versions

Comparing version 0.4.0 to 1.0.0

5

CHANGELOG.md
# 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

5

lib/request.js

@@ -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 @@

14

package.json
{
"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

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