Comparing version 1.0.7 to 1.0.8
'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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4993
89