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

clj-kondo

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clj-kondo - npm Package Compare versions

Comparing version 2019.11.23 to 2020.1.1-0.1

4

index.js

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

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