Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
bolt-complete
Advanced tools
bolt-complete - Improving the dev experience using Bolt in your CLI
Improving the dev experience using
bolt
in your CLI 😎
A tabtab plugin to implement bash / zsh / fish completion to Bolt
npm install bolt-complete -g
On install, you'll be prompted for an install location for the shell completion script:
Choose STDOUT to output the script to the console, without writing anything.
Choose Shell configuration file for user specific completion: ~/.bashrc, ~/.zshrc or ~/.config/fish/config.fish
Choose a system-wide directory for global installation: /etc/bash_completion.d, /usr/local/share/zsh/site-functions or ~/.config/fish/completions
Since it's based on tabtab
NPM package, it will be installed automatically in your bash
, fish
or zsh
🎉
Make sure that you are using the NodeJS version is the same as .nvmrc
file version. If you don't have this version please use a version manager such as nvm
or n
to manage your local nodejs versions.
Please make sure that you are using NodeJS version 6.10.2
Assuming that you are using nvm
, please run the commands inside this folder:
$ nvm install $(cat .nvmrc); # install required nodejs version
$ nvm use $(cat .nvmrc); # use nodejs version
$ npm install
In Windows, please install NodeJS using one of these options:
Via NVM Windows
package: Dowload via this link. After that, run the commands:
$ nvm install $(cat .nvmrc); # install required nodejs version
$ nvm use $(cat .nvmrc); # use nodejs version
$ npm install
Via Chocolatey:
$ choco install nodejs.install -version v8.11.1
npm run editorconfig-tools-check
: Checks the file configuration based on the .editorconfig
configuration.npm run lint
: Run lint using ESLint
NPM package.npm run coveralls
: Send unit code coverage values from Coveralls website.npm run test
: Running unit tests using MochaJS. You can run the tests in watch mode running the command passing -w
. EX: npm run test -- -w
Wilson Mendes (willmendesneto)
[1.0.3][] - 2018-08-13
index.js
FAQs
bolt-complete - Improving the dev experience using Bolt in your CLI
We found that bolt-complete 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.