Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Micropackage: a simple, ultra-minimal test framework built around Node's builtin test runner.
Micropackage: a simple, ultra-minimal test framework built around Node's builtin test runner.
Available on the npm registry as cno-test
.
Adding it to project using pnpm:
pnpm add --save cno-test
It can, of course, also be installed by npm or yarn using the normal methods.
import TestNS from 'cno-test'; // Default export is a full "namespace".
import { errorExpected } from 'cno-test'; // Just the `errorExpected` function.
Changes are tracked in CHANGELOG.md.
MIT ©2024 Anadian
SEE LICENSE IN LICENSE
This project's documentation is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
FAQs
Micropackage: a simple, ultra-minimal test framework built around Node's builtin test runner.
The npm package cno-test receives a total of 3 weekly downloads. As such, cno-test popularity was classified as not popular.
We found that cno-test demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.