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

@vaadin/vaadin-license-checker

Package Overview
Dependencies
Maintainers
16
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-license-checker - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

2

package.json

@@ -5,3 +5,3 @@ {

"name": "@vaadin/vaadin-license-checker",
"version": "2.1.1",
"version": "2.1.2",
"author": "Vaadin Ltd",

@@ -8,0 +8,0 @@ "license": "Apache-2.0",

@@ -188,2 +188,3 @@ /* This file is autogenerated from src/vaadin-license-checker.tpl.html */

this.checkInterval = 1000 * 60 * 60 * 24;
this.firstCheckDelay = 1000 * 60 * 1;
this.logger = new LicenseCheckerLogger();

@@ -216,4 +217,4 @@ this.url = "https://tools.vaadin.com/vaadin-license-server/licenses/pro";

if (!lastCheck) {
this.logger.debug("Deferring first check until " + new Date(now + this.checkInterval));
this.storage.setLastCheck(productInfo, now);
this.logger.debug("Deferring first check until " + new Date(now + this.firstCheckDelay));
this.storage.setLastCheck(productInfo, now - this.checkInterval + this.firstCheckDelay);
return;

@@ -310,3 +311,3 @@ } else {

get: function () {
return '2.1.1';
return '2.1.2';
}

@@ -313,0 +314,0 @@ }]);

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