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.
chords-parser
Advanced tools
parse guitar chords
To use this commands first replace this all occurences of bellow strings. Use Alt + F3 to make this easier:
__MY-CLI-TOOL__
// example: get-images__GITHUB_USER__
// example: azukiapp__PROJECT_DESCRIPTION__
// example: Cli tool to download images__BIN_DEFAULT_DESCRIPTION__
// example: Download images for me__THE_AUTHOR__
// example: saitodisse@gmail.comwget https://github.com/azukiapp/azk-cli-boilerplate/archive/master.zip
unzip master.zip
mv azk-cli-boilerplate-master __MY-CLI-TOOL__
rm master.zip
cd __MY-CLI-TOOL__
git init
git add . -A
git commit -m"[Project] Initial version from boilerplate"
# replace main bin filename
find . -name 'chords-parser.js' -type f -exec bash -c 'mv "$1" "${1/chords-parser.js/__MY-CLI-TOOL__.js}"' -- {} \;
git add . -A
# replace other strings inside files
find . -type f -not -path "./node_modules/*" -not -path "./.git/*" -not -path "./lib/*" -exec sed -i 's/https://github.com/saitodisse/chords-parser/https:\/\/github.com\/__GITHUB_USER__\/__MY-CLI-TOOL__/g' {} +
find . -type f -not -path "./node_modules/*" -not -path "./.git/*" -not -path "./lib/*" -exec sed -i 's/chords-parser/__MY-CLI-TOOL__/g' {} +
find . -type f -not -path "./node_modules/*" -not -path "./.git/*" -not -path "./lib/*" -exec sed -i 's/parse guitar chords/__PROJECT_DESCRIPTION__/g' {} +
find . -type f -not -path "./node_modules/*" -not -path "./.git/*" -not -path "./lib/*" -exec sed -i 's/chords parser/__BIN_DEFAULT_DESCRIPTION__/g' {} +
find . -type f -not -path "./node_modules/*" -not -path "./.git/*" -not -path "./lib/*" -exec sed -i 's/saitodisse@gmail.com/__THE_AUTHOR__/g' {} +
TODO
in code and replace with correct valuesCHANGELOG
.mdLICENSE
filenpm install
npm test
node ./bin/__MY-CLI-TOOL__.js -h
Create __MY-CLI-TOOL__
on Github and include remote
git remote add origin git@github.com:__GITHUB_USER__/__MY-CLI-TOOL__.git
git push origin master -u
npm install chords-parser -g
chords-parser # parse guitar chords
npm install
npm test
node ./bin/chords-parser.js -h
FAQs
parse guitar chords
The npm package chords-parser receives a total of 0 weekly downloads. As such, chords-parser popularity was classified as not popular.
We found that chords-parser 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.