
Research
/Security News
Laravel Lang Compromised with RCE Backdoor Across 700+ Versions
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.
extra-function.web
Advanced tools
A collection of ways for transforming functions.
📦 Node.js,
🌐 Web,
📜 Files,
📰 JSDoc,
📘 Wiki.
A function is a relation or expression involving one or more variables.
This package is available in both Node.js and Web formats. The web format is
exposed as extra_math standalone variable and can be loaded from jsDelivr CDN.
Stability: Experimental.
const math = require('extra-math');
// import * as math from "extra-math";
// import * as math from "https://unpkg.com/extra-math/index.mjs"; (deno)
math.sum(1, 2, 3, 4);
// → 10
math.median(1, 7, 8);
// → 7
math.variance(1, 2, 3, 4);
// → 1.25
math.lcm(2, 3, 4);
// → 12
| Property | Description |
|---|---|
| [rem] | Find the remainder of x/y with sign of x (truncated division). |
FAQs
A function is a set of statements that performs a task or calculates a value {web}.
The npm package extra-function.web receives a total of 87 weekly downloads. As such, extra-function.web popularity was classified as not popular.
We found that extra-function.web 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
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.

Security News
Socket found a malicious postinstall hook across 700+ GitHub repos, including PHP packages on Packagist and Node.js project repositories.

Security News
Vibe coding at scale is reshaping how packages are created, contributed, and selected across the software supply chain