Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
A library for creating a jumper file to start an executable with extra arguments - symlinks with arguments
A library for creating a jumper file to start an executable with extra arguments - symlinks with arguments
yarn add binjumper
Sometimes you need to create an executable symlink with additional arguments so you create a .cmd
file that runs the executable with the additional arguments. This works perfectly fine for running the thing, but as soon as you need to cancel the script (ctrl + C) you'll start getting Terminate batch job (Y/N)?
prompts from cmd. These are impossible to disable so when you have more of these spawning eachother you'll get something like this:
$ yarn command-using-npm-binaries
^C
Terminate batch job (Y/N)? y
Terminate batch job (Y/N)? y
Terminate batch job (Y/N)? y
Terminate batch job (Y/N)? y
$
This library works around that issue using a native executable (.exe
) to perform the spawn on Windows, Unix doesn't have this problem so there a simple bash script is used.
See the examples
directory
This project is licensed under the terms of the MIT license.
FAQs
A library for creating a jumper file to start an executable with extra arguments - symlinks with arguments
The npm package binjumper receives a total of 67,324 weekly downloads. As such, binjumper popularity was classified as popular.
We found that binjumper 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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.