Socket
Socket
Sign inDemoInstall

agendize

Package Overview
Dependencies
300
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.8 to 1.0.9

api/call_tracking.js

1

api/index.js

@@ -6,1 +6,2 @@ module.exports.reseller = require('./reseller.js')

module.exports.chat = require('./chat.js')
module.exports.call_tracking = require('./call_tracking.js')

@@ -158,2 +158,6 @@ var pjson = require('./package.json');

agendizeService:'account'
},
'getCallTrackingNumbers':{
agendizeFunction:'list',
agendizeService:'call_tracking'
}

@@ -160,0 +164,0 @@ }

2

package.json
{
"name": "agendize",
"version": "1.0.8",
"version": "1.0.9",
"description": "An npm package for Node.Js to interact with Agendize (https://www.agendize.com/) through API (http://developers.agendize.com/). It allows to create accounts under partner accounts. Or easily build an oAuth2 application. Create companies, services, staffs, appointments. Get a SSO url of an account.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -6,2 +6,3 @@ module.exports.scheduling = require('./scheduling.js');

module.exports.chat = require('./chat.js');
module.exports.call_tracking = require('./call_tracking.js');

@@ -8,0 +9,0 @@ var logger = require('../logger');

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc