Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
@neoskop/aviation-client
Advanced tools
![Aviation](https://bytebucket.org/neoskop/aviation-client-typescript/raw/master/logo.png)
This library enables you to check against an Aviation Server whether a feature is supposedly enabled or not.
To add the library to your project:
$ yarn add @neoskop/aviation-client
To check for a feature:
let client: AviationClient = aviation().endpoint('http://localhost:8080').token('sup3rs3cr3t').mix();
client.feature('test-feature-1').then(f => {
if (f.evaluate()) {
console.log('feature is enabled!');
} else {
console.log('feature is disabled!');
}
}).catch((err) => {
console.log('could not retrieve feature from server!', err);
});
To run integration tests in case you checked out the repository (awesome!):
$ docker pull neoskop/aviation:backend && docker-compose -f docker-compose.test.yml up --abort-on-container-exit --build
FAQs
![Aviation](https://bytebucket.org/neoskop/aviation-client-typescript/raw/master/logo.png)
We found that @neoskop/aviation-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.