Comparing version 2019.11.23 to 2020.1.1-0.1
@@ -9,3 +9,5 @@ const { createWriteStream, mkdirSync } = require('fs'); | ||
// if needed, so we need to strip the suffix. | ||
const version = packageInfo.version.slice(0, '2019.10.11'.length); | ||
// Need to keep the string somewhere that's not the version because npm will remove leading | ||
// zeroes from what it thinks is semver (e.g. 2020.01.01 -> 2020.1.1). | ||
const version = packageInfo['version-string'].slice(0, '2019.10.11'.length); | ||
const root = `https://github.com/borkdude/clj-kondo/releases/download/v${version}`; | ||
@@ -12,0 +14,0 @@ const fallback = root + `/clj-kondo-${version}-standalone.jar`; |
{ | ||
"name": "clj-kondo", | ||
"version": "2019.11.23", | ||
"version": "2020.01.10.1", | ||
"version-string": "2020.01.10", | ||
"description": "NPM distribution of https://github.com/borkdude/clj-kondo", | ||
@@ -5,0 +6,0 @@ "homepage": "https://github.com/borkdude/clj-kondo", |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
4832
45
1
1