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.
@f5devcentral/atg-storage-postgres
Advanced tools
## Overview [atg-storage](https://github.com/f5devcentral/atg-storage/) extension to add support for PostgreSQL as a backend.
atg-storage extension to add support for PostgreSQL as a backend.
You can install the package with NPM:
npm install --save \@f5devcentral/atg-storage-postgres
const { StoragePostgres } = require('@f5devcentral/atg-storage-postgres');
const config = {
...
};
const storage = new StoragePostgres(config);
config
gets passed along to the pg.Client constructor, and can be used to configure the database connection.
Copyright 2021 F5 Networks Inc.
Before you start contributing to any project sponsored by F5 Networks, Inc. (F5) on GitHub, you will need to sign a Contributor License Agreement (CLA).
If you are signing as an individual, we recommend that you talk to your employer (if applicable) before signing the CLA since some employment agreements may have restrictions on your contributions to other projects. Otherwise by submitting a CLA you represent that you are legally entitled to grant the licenses recited therein.
If your employer has rights to intellectual property that you create, such as your contributions, you represent that you have received permission to make contributions on behalf of that employer, that your employer has waived such rights for your contributions, or that your employer has executed a separate CLA with F5.
If you are signing on behalf of a company, you represent that you are legally entitled to grant the license recited therein. You represent further that each employee of the entity that submits contributions is authorized to submit such contributions on behalf of the entity pursuant to the CLA.
FAQs
## Overview [atg-storage](https://github.com/f5devcentral/atg-storage/) extension to add support for PostgreSQL as a backend.
The npm package @f5devcentral/atg-storage-postgres receives a total of 0 weekly downloads. As such, @f5devcentral/atg-storage-postgres popularity was classified as not popular.
We found that @f5devcentral/atg-storage-postgres demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 14 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.