
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@dmn-arc-core-components/tools_mock-ans
Advanced tools
Mock ANS is an npm package that you can use to quickly mock ANS objects for rapid development with Core Components.
It is designed to match up with the ANS Schema.
All of the content is generated using various npm packages, so nothing is secret, and some of it is kind of fun!
It is particularly useful for mocking up the docz portions of Core Components.
Within your project repo:
npm install @dmn-arc-core-components/mock-ans
And in any JS files where you want an ANS object:
import { Story } from "@dmn-arc-core-components/mock-ans";
const myCoolANS = new Story();
Currently, you can pass in an object with a key of website
to specify what
websites this ANS should be part of, like this:
const myCoolANSStoryWithASpecificWebsite = new Story({
website: "my-ans-website"
});
More support might be added for this functionality, as we go along.
FAQs
### What is this?
We found that @dmn-arc-core-components/tools_mock-ans 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.