Socket
Socket
Sign inDemoInstall

cc-api

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cc-api - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

11

index.js

@@ -59,6 +59,9 @@

const encodeParams = Object.keys(params).map(function(p) {
return p + '=' + params[p];
});
endpointUrl+= '?' + encodeParams.join('&');
if(method === 'GET') {
const encodeParams = Object.keys(params).map(function(p) {
return p + '=' + params[p];
});
endpointUrl+= '?' + encodeParams.join('&');
}
const debug_mode = this.debug_mode;

@@ -65,0 +68,0 @@ return new Promise(

{
"name": "cc-api",
"version": "1.0.10",
"version": "1.0.11",
"description": "cc api",

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