
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.
arc.app-example
Advanced tools
npm install arc.app-example
/microservice/example/index.js
module.exports = () => {
return `Hello, World!`;
};
/microservice/example/config.js
module.exports = {
'Example': {
protocol : `example-protocol-name://`,
resource : `example`,
description: `This is a basic microservice example`
}
};
/index.js
const arc = require(`arcms`);
const apiExtension = require(`arc.extension-api`);
const config = require(`./microservice/example/config`);
// Add the API extension to Arc and set the API extension to run on port 8080
arc.addExtension(apiExtension, {
port: 8080
});
// Arc configures and starts an example microservice
arc(config)
.then(() => {
console.log(`Arc Example Online`.bold.cyan);
});
sudo service redis-server start
npm start
http://localhost:8080
FAQs
An example Arc application
The npm package arc.app-example receives a total of 0 weekly downloads. As such, arc.app-example popularity was classified as not popular.
We found that arc.app-example 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.