
Company News
Socket Joins the OpenJS Foundation
Socket is proud to join the OpenJS Foundation as a Silver Member, deepening our commitment to the long-term health and security of the JavaScript ecosystem.
Check and fix extensions before importing into Qlik Sense Server.
ext-check is a NodeJS based command line tool which was primarily developed to solve a degrade in Qlik Sense 2.1.1 which prevents extensions containing specific files from being uploaded to Qlik Sense server.
The following scenarios are supported:
Node.js + NPM installed on your system.
Install the tool globally.
npm install ext-check -g
Run ext-check in the command line using one of the following options:
--help (alias -h) - Show the help--list (alias -l) - List all file-extensions and their usage count in the given zip file--listdir (alias -ldir) - List all file-extensions in a directory, grouped by zip file--listdetails (alias -ld) - List all files where a specific file extension is used--fix (alias -f) - Whether to fix the file or not (defaults to false)--backup (alias -b) - Whether to create a backup or not (defaults to true)Just check
Just check the visualization extension, the output in the command line will indicate if there is a problem which needs to be fixed.
ext-check "myExtension.zip"
or
ext-check "c:\MyExtensions\myExtension.zip"
List file-extensions used
ext-check "myExtension.zip" --list
or
ext-check "myExtension.zip" -l
List file-extensions used for each zip file in a directory
ext-check "myExtension.zip" --listdir
or
ext-check "myExtension.zip" -ldir
List all files for a specific file extension
ext-check "myExtension.zip" --listdetails=".json"
or
ext-check "myExtension.zip" --ld=".json"
Check and fix
Checks the extension, fixes potential problems in the source zip-file (create a backup with %filename%.bak before) immediately.
ext-check "myExtension.zip" --fix
Check and fix, no backup
ext-check "myExtension.zip" --fix --backup=false
Check using a password protected zip file
ext-check "myExtension.zip" --password "verysecurepwd"
Get the MIME type for a file extension
ext-check ".json" --mime
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue. The process for contributing is outlined below:
I cannot guarantee that I will merge all PRs but I will definitely evaluate them all.
Stefan Walther
Released under the MIT license.
This file was generated by verb-cli on September 25, 2015.
FAQs
Check and fix extensions before importing into Qlik Sense Server.
The npm package ext-check receives a total of 0 weekly downloads. As such, ext-check popularity was classified as not popular.
We found that ext-check demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is proud to join the OpenJS Foundation as a Silver Member, deepening our commitment to the long-term health and security of the JavaScript ecosystem.

Security News
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.

Security News
A compromised npm publish token was used to push a malicious postinstall script in cline@2.3.0, affecting the popular AI coding agent CLI with 90k weekly downloads.