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

cce-unified-config

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cce-unified-config - npm Package Compare versions

Comparing version 0.9.2 to 0.9.3

6

index.js

@@ -163,5 +163,6 @@ const request = require('request-promise-native')

// fetch next data set
response = await axios.get(this.url + type.toLowerCase(), options)
const response2 = await axios.get(this.url + type.toLowerCase(), options)
const jsonData2 = (await parseXmlString(response2.data)).results
// append data
data = data.concat(jsonData[`${type}s`][`${type}`])
data = data.concat(jsonData2[`${type}s`][`${type}`])
}

@@ -172,2 +173,3 @@ // all done, return data as an array

} catch (e) {
console.log(e.message)
throw e

@@ -174,0 +176,0 @@ }

{
"name": "cce-unified-config",
"version": "0.9.2",
"version": "0.9.3",
"description": "JavaScript library for Cisco Contact Center Enterprise APIs",

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

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