
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
This authoring tool helps you create workshop-like courses.
For now, this project needs coffee script. To install coffeescript globally for your user, run
npm install -g coffee-script
We'll remove this requirement in future versions.
Install the stable release from NPM
npm install -g fork2
Or install the latest master from git
npm install -g https://github.com/hayeah/fork2-builder.git
If the install had been successful, running the fork2 command should output some help message,
> fork2
Fork2 Version 0.0.1
The available commands are:
help - Show detailed help for a command
compile-template - Compiles a single content template.
build-project - Builds a given project to an output path.
run - Runs a built project.
NPM allows you do install a package on your local path. To install fork2 that way, just cd into the path you want, and run
npm install fork2
To get access to the fork2 bins, be sure to add the local node_modules bin path to your PATH environment variable. Like so,
export PATH=$PATH:./node_modules/.bin
cd $PROJECT && fork2 build && fork2 run --port 3000
This project is under the MIT License.
FAQs
Fork A Programmer - Interactive Programming Lessons
The npm package fork2 receives a total of 1 weekly downloads. As such, fork2 popularity was classified as not popular.
We found that fork2 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.