Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@corefunc/corefunc
Advanced tools
Please Note: This is not a production-ready package! Expect long stretches of zero updates—that does not mean that the module is outdated. This is "Don’t repeat yourself" collection. Yes, it's working fine, but it is not complete neither consistent. The files can move from folder to folder without warning. Everything is a "Work in Progress"!!!
const bubbleSort = require("@corefunc/corefunc/array/sort/bubble.cjs");
bubbleSort([3, 1, 2]);
import bubbleSort from "@corefunc/corefunc/array/sort/bubble.mjs";
bubbleSort([3, 1, 2]);
import bubbleSort from "@corefunc/corefunc/array/sort/bubble";
bubbleSort([3, 1, 2]);
Discover more:
URL | Description |
---|---|
jsonsort.r37r0m0d3l.io | Neat online JSON sorter |
consono.js.org | The most informative & correct variable inspector |
of.js.org | Promise wrapper with some sugar |
publish-subscribe.js.org | Implementation of the Publish-Subscribe pattern |
vicis.js.org | Present & transform for JSON in REST API |
npmjs.com/fallback-local-storage | Universal localStorage fallback |
npmjs.com/@hilesystem | Filesystem common function wrappers |
npmjs.com/@corefunc | "Don’t repeat yourself" collection of functions |
Also there is more useful links:
FAQs
Collection of utilities
We found that @corefunc/corefunc 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.