Huge News!Announcing our $40M Series B led by Abstract Ventures.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.8.0 to 0.8.1

2

index.js

@@ -80,3 +80,3 @@ const axios = require('axios')

try {
const response = await axios.put(this.url + type.toLowerCase() + body.refURL, body, {auth: this.auth, params})
const response = await axios.put(`https://${this.host}${body.refURL}`, body, {auth: this.auth, params})
return response

@@ -83,0 +83,0 @@ } catch (e) {

{
"name": "cce-unified-config",
"version": "0.8.0",
"version": "0.8.1",
"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