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.
@collectable/core
Advanced tools
This module provides functionality that is internal to Collectable.js data structures. You do not need to take it as a dependency directly.
For unit testing during development set VSCode to build (CTRL/CMD-SHIFT-B; the task is set to watch/rebuild on changes), then, from your terminal/console in this directory, run one of:
$ npm run test-dev
$ yarn run test-dev
The project will compile, Mocha will run in watch mode and bail when encountering a failing test. Because VSCode is building in watch mode too, making a change will recompile source files, and the compiled outputs will be picked up automatically picked up by Mocha and rerun.
This development testing process is independent of the main Gulp-based build and exists only to make development easier. Build with Gulp after you're satisfied that source code and tests work correctly.
FAQs
[Collectable.js] Core Module
The npm package @collectable/core receives a total of 76 weekly downloads. As such, @collectable/core popularity was classified as not popular.
We found that @collectable/core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.
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.