
Security News
AI Agent Lands PRs in Major OSS Projects, Targets Maintainers via Cold Outreach
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.
number-math
Advanced tools
number-math is a JavaScript math package.
How to use: 1.
```
npm i number-math
```
2.
```
import <anyname1> from './index.js'
const <anyname2> = new <anyname1>();
<anyname2>.somefunction();
```
Function description:
getFactorial() // Gets the factorial of the number
isPrimes() // Is the number a prime
getFactors() // Gets all of the factors of that number
isRational() // Is number Rational or Irrational
changeBases(, ) // Changes a given number to a given base like base2 01001 for example
getFib() // Gets the Fibonacci sequence within a given limit
isAbundant() // Is number abundant or deficient
getCollatz() // Gets the Collatz sequence ends at 1
negativeExponent(, ) // Gets the negative exponent of a given base and exponent
isInteresting() // Is a number Interesting or Uninteresting, check out the Interesting number Paradox on Wikipedia text
floating(, ) // This function will make it so 0.1 + 0.2 actually equals 0.3 and not 0.30000004
isEven() // Is Number even or odd
pentagonNumber(target) // Gets a list of all pentagon numbers from 1 - target
repunitNumber(target) // Gets the repunit number of the given target
triangleNumber(target) // Gets the list of all triangle number between 1 - target
FAQs
math operations
The npm package number-math receives a total of 0 weekly downloads. As such, number-math popularity was classified as not popular.
We found that number-math 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.

Security News
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.

Research
/Security News
Chrome extension CL Suite by @CLMasters neutralizes 2FA for Facebook and Meta Business accounts while exfiltrating Business Manager contact and analytics data.

Security News
After Matplotlib rejected an AI-written PR, the agent fired back with a blog post, igniting debate over AI contributions and maintainer burden.