quintype-backend
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -113,3 +113,3 @@ 'use strict'; | ||
this.interval = setInterval(() => this.updateConfig(), 120000); | ||
this.updateConfig(); | ||
this.initialUpdateConfig = this.updateConfig(); | ||
} | ||
@@ -144,3 +144,3 @@ | ||
getConfig() { | ||
return this.config ? just(this.config) : this.updateConfig(); | ||
return this.config ? just(this.config) : this.initialUpdateConfig; | ||
} | ||
@@ -199,4 +199,3 @@ | ||
}) | ||
.then(config => this.config = config) | ||
.catch(response => console.log(response.status, response.body)); | ||
.then(config => this.config = config); | ||
} | ||
@@ -203,0 +202,0 @@ } |
{ | ||
"name": "quintype-backend", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "client for accessing quintype 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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
5014
177