Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@archmaster/repl.it
Advanced tools
Easily upload and deploy your projects to REPL.it.
# Or npm i -g @archmaster/repl.it
$ yarn global add @archmaster/repl.it
$ repl
This will upload your application to REPL.it and run it. Thanks to @mat1 who helped me with some of the APIs.
Normal REPLs
These are your normal, everyday, REPLs. They print out some text, and exit. All the output will be logged.
Stuck REPLs
If a REPL doesn't give any output for 8 seconds, REPL.it Node will exit and display it's URL, to prevent hanging the command-line tool.
Web REPLs
These are REPLs that listen on a port. They will be assigned a URL that they are available on, which will be printed out. REPL.it Node will stop showing output from any REPL as soon as it listens on a port.
If you have dependencies your application requires, REPL.it will attempt to install those automatically from your package.json
. If you don't have a package.json
file REPL.it will try to find all the packages you import with require()
.
FAQs
Easily upload and deploy your projects to REPL.it.
The npm package @archmaster/repl.it receives a total of 4 weekly downloads. As such, @archmaster/repl.it popularity was classified as not popular.
We found that @archmaster/repl.it 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.