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.
@codycraven/data-structs
Advanced tools
Common data structures for JavaScript.
First install dependencies:
npm install -D
Build:
npm run build
# or watch
npm run build:watch
Test:
npm test
# or watch
npm run test:watch
Lint:
npm run lint
Or better yet, install a suitable eslint extension in your code editor to receive realtime feedback while coding.
Format:
npm run format
This project utilizes Prettier to enforce code formatting. Install a Prettier extension in your IDE to receive on-save or on-demand formatting.
This project uses SemVer, use the npm version command to bump the appropriate version:
npm version major
# or
npm version minor
# or
npm version patch
These commands will create the appropriate git tag to accompany it.
After the version is tagged, release it with npm
:
npm publish
FAQs
Common data structures for JavaScript
We found that @codycraven/data-structs 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.