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.
@salesflare/optimus
Advanced tools
Transformer for Salesflare filter rules.
Available as a plain transform function, hapi 19 helper functions or client transformer.
The client build supports last 2 versions according to browserslist, see https://browserl.ist/?q=last+2+versions. The client build is transformed through Babel but does not come with polyfills, for that we recommend https://polyfill.io. This means we can use object spread in our transformer, which will be transformed, but something like Set you will have to polyfill yourself.
const Optimus = require('@salesflare/optimus');
const Hapi = require('@hapi/hapi');
const server = new Hapi.Server();
const transformedFilter = Optimus.transform(oldFilter); // plain
// in a route config
{
...,
// this changes the rules in request.payload to the transformed rules
pre: [Optimus.pre.transformInPlace('payload')],
...
}
<script src="./node_modules/@salesflare/optimus/dist/optimus.min.js"></script>
<script>
var transformedFilter = Optimus.transform(oldFilter);
</script>
FAQs
Transformer for Salesflare filter rules
The npm package @salesflare/optimus receives a total of 28 weekly downloads. As such, @salesflare/optimus popularity was classified as not popular.
We found that @salesflare/optimus demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.