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.
dispensary
Advanced tools
The dispensary collects and offers hashes of popular JavaScript libraries, mainly for the Mozilla's addons-linter.
This is the (manual) process to update libraries in dispensary:
src/libraries.json
src/libraries.json
. Note that some libraries, like react, support several versions, so we need to check each "branch".src/libraries.json
npm run update
src/libraries.json
and src/hashes.txt
)Here are some commands you can run:
npm run build
This command builds the project.
npm run clean
This command removes the build artifacts.
npm run eslint
This command runs eslint (JavaScript linter).
npm run prettier
This command runs pretty-quick to automatically compare and format modified source files against the master branch.
npm run prettier-full
This command runs Prettier to automatically format the entire codebase.
npm run prettier-ci
This command runs Prettier and fail if some code has been changed without being formatted.
npm run test
This command builds the project and then runs the test suite (in watch mode).
npm run test-coverage
This command builds the project, runs the test suite and then reports code coverage (codecov).
npm run test-ci
This command runs all checks and is only useful in a CI context.
bin/build-doc
This command updates the list of release pages in the README.md
file based on the src/libraries.json
file.
FAQs
SHA-256 Hashes of popular JS libraries, used by Mozilla's Add-ons Linter
The npm package dispensary receives a total of 2,444 weekly downloads. As such, dispensary popularity was classified as popular.
We found that dispensary 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
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.