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.7 to 1.0.8

7

index.js
'use strict';
class ccApi {
xkey = '';
url = '';
debug_mode = false;
constructor(options) {

@@ -19,2 +17,3 @@ if (typeof options !== 'object') {

this.url = options.url;
this.debug_mode = false;

@@ -21,0 +20,0 @@ if(typeof options.debug_mode !== 'undefined') {

{
"name": "cc-api",
"version": "1.0.7",
"version": "1.0.8",
"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