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.
@wrhs/release-line
Advanced tools
Manage release lines for integrating robust dependent builds in warehouse/feedsme
@wrhs/release-line
A thin wrapper around the release-line
models in
warehouse-models
to enable properly compiling the
release-line
data structure.
npm install @wrhs/release-line --save
The intended usage is for providing some higher level operations on top of the
release-line
related models in warehouse-models
const thenify = require('tinythen');
const Datastar = require('datastar');
const wrhsModels = require('warehouse-models');
const cassConfig = require('./config')
const ReleaseLine = require('@wrhs/release-line');
function async main() {
const datastar = new Datastar(cassConfig);
const models = wrhsModels(datastar);
const release = new ReleaseLine({ models });
await thenify(datastar, 'connect');
await release.create({ version: '4.0.0', pkg: 'releaseline-test' });
}
main()
release-line
?This concept is meant to encapsulate a root package and the packages that
depend at specific versions that were built together in order to be able to
consistently promote them as a group between environments. For the
warehouse.ai
system this is meant to ensure that your package
and its dependents that were built in DEV at whatever versions will be
correctly promoted through environments without mistakenly getting an updated
version of a dependent package.
Ensure you have cassandra running locally first. You can follow this guide to install it on OSX. It should be similar for other operating systems as well.
npm test
FAQs
Manage release lines for integrating robust dependent builds in warehouse/feedsme
We found that @wrhs/release-line demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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.