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.10.11-alpha.1 to 2019.11.23

7

index.js

@@ -1,2 +0,2 @@

const { createWriteStream, writeFile, mkdirSync } = require('fs');
const { createWriteStream, mkdirSync } = require('fs');
const { extname, join } = require('path');

@@ -7,5 +7,5 @@ const binwrap = require('binwrap');

const packageInfo = require(join(__dirname, 'package.json'));
// This package uses the original version ('2019.10.11-alpha') plus a prerelease number (`.1`)
// This package uses the original version ('2019.10.11') plus a prerelease number (`.1`)
// if needed, so we need to strip the suffix.
const version = packageInfo.version.slice(0, '2019.10.11-alpha'.length);
const version = packageInfo.version.slice(0, '2019.10.11'.length);
const root = `https://github.com/borkdude/clj-kondo/releases/download/v${version}`;

@@ -26,2 +26,3 @@ const fallback = root + `/clj-kondo-${version}-standalone.jar`;

'linux-x64': root + `/clj-kondo-${version}-linux-amd64.zip`,
'win32-x64': root + `/clj-kondo-${version}-windows-amd64.zip`,
}

@@ -28,0 +29,0 @@ });

{
"name": "clj-kondo",
"version": "2019.10.11-alpha.1",
"version": "2019.11.23",
"description": "NPM distribution of https://github.com/borkdude/clj-kondo",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/borkdude/clj-kondo",

# clj-kondo [![Build Status](https://github.com/filipesilva/clj-kondo/workflows/Node%20CI/badge.svg)](https://github.com/filipesilva/clj-kondo/actions)
NPM distribution of https://github.com/borkdude/clj-kondo.
NPM distribution of https://github.com/borkdude/clj-kondo.
You can install globally or locally and run it via the `clj-kondo` binary.
```
npm i -g clj-kondo
clj-kondo --lint src/
```
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