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.
Simple demonastration of Muller's Recurrence problem which demonstartes the floating point roundoff errors
Simple demonastration of Muller's Recurrence problem which shows the floating point roundoff errors.
You can get this example via NPM
npm install mueller
This example is implemented using in 3 ways:
In order to run it this example use the following command
node index.js [library] [decimal_places]
library can be "dec" or "big" for decimal.js or bignumber.js respectively. If it isn't provided native Number is used.
decimal_places is used for bignumber.js and represents the maximum number of decimal places of the results of operations. (default values is 20)
The tests were done using Intel® Core™ i7-4702MQ @ 2.20 Ghz with default number of decimal places for bignumber.js
real 0m0.299s
user 0m0.000s
sys 0m0.031s
real 0m28.282s
user 0m0.000s
sys 0m0.015s
real 0m25.758s
user 0m0.015s
sys 0m0.015s
FAQs
Simple demonastration of Muller's Recurrence problem which demonstartes the floating point roundoff errors
The npm package mueller receives a total of 1 weekly downloads. As such, mueller popularity was classified as not popular.
We found that mueller 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.