@vaadin/vaadin-license-checker
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -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 @@ }]); |
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
17624
396
0