
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.
@mishguru/interpolate
Advanced tools
Estimates where data should lie by interpolating through a list of points
Interpolate takes a list of points and finds the best guess of where data would lie given the mean of the Y value using a 'best guess' method.
Interpolate works by taking your points, parsing them from the right, and finding the first place where the average Y fits between two points. It is really only useful for very specific circumstances although Pull Requests are welcome if you would like to see this functionality extended.
npm install @mishguru/interpolate
The best way to figure out how to use this library is to look at src/index.spec.js file.
import interpolate from '@mishguru/interpolate'
const points = [{ x: 1, y: 2 }, { x: 3, y: 4 }]
const result = interpolate(points)
result.x === 2 //true
result.y === 3
FAQs
Estimates where data should lie by interpolating through a list of points
The npm package @mishguru/interpolate receives a total of 0 weekly downloads. As such, @mishguru/interpolate popularity was classified as not popular.
We found that @mishguru/interpolate demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 10 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
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.