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 1.1.0 to 1.2.0

lib/resources/channels.js

4

CHANGELOG.md
# Iterable API Change Log
## v1.2.0
- Updated dependencies
- Add /channels endpoint
## v1.1.0

@@ -4,0 +8,0 @@ - Updated dependencies

@@ -121,2 +121,6 @@

{
resource: 'channels',
methods: ['get']
},
{
resource: 'commerce',

@@ -123,0 +127,0 @@ actions: [

@@ -47,2 +47,3 @@

catalogs: require('./resources/catalogs')(request),
channels: require('./resources/channels')(request),
commerce: require('./resources/commerce')(request),

@@ -49,0 +50,0 @@ email: require('./resources/email')(request),

12

package.json
{
"name": "node-iterable-api",
"version": "1.1.0",
"version": "1.2.0",
"description": "Wrapper for Iterable API",

@@ -29,10 +29,10 @@ "main": "index.js",

"dependencies": {
"axios": "^0.21.4",
"debug": "^4.3.1"
"axios": "^0.25.0",
"debug": "^4.3.3"
},
"devDependencies": {
"coveralls": "^3.1.0",
"coveralls": "^3.1.1",
"cross-env": "^7.0.3",
"jest": "^27.1.1",
"standard": "^16.0.3"
"jest": "^27.5.1",
"standard": "^16.0.4"
},

@@ -39,0 +39,0 @@ "standard": {

@@ -101,2 +101,4 @@ # Node Iterable API

POST - /campaigns/create
channels
GET - /channels
commerce

@@ -158,1 +160,2 @@ POST - /commerce/trackPurchase

- [dpolivy](https://github.com/dpolivy)
- [blutter](https://github.com/blutter)
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