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.
@cliqz-oss/node-firefox-connect
Advanced tools
Connects to a Firefox debuggable runtime.
This is part of the node-firefox project.
git clone https://github.com/mozilla/node-firefox-connect.git
cd node-firefox-connect
npm install
If you want to update later on:
cd node-firefox-connect
git pull origin master
npm install
npm install node-firefox-connect
Connects to a Firefox runtime, given a port number, and returns a client that can be used to interact with said client.
// `connect` returns a Promise
connect(portNumber).then(function(client) {
});
var connect = require('node-firefox-connect');
connect(1234)
.then(function(client) {
// Let's show for example all the running apps
client.getWebapps(function(err, webapps) {
webapps.listRunningApps(function(err, apps) {
console.log("Running apps:", apps);
});
});
});
This is based on initial work on fxos-connect by Nicola Greco.
FAQs
Connect to a Firefox simulator
The npm package @cliqz-oss/node-firefox-connect receives a total of 1,382 weekly downloads. As such, @cliqz-oss/node-firefox-connect popularity was classified as popular.
We found that @cliqz-oss/node-firefox-connect demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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.