Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

quintype-backend

Package Overview
Dependencies
Maintainers
3
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quintype-backend - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

7

index.js

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

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