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.
@usebruno/query
Advanced tools
Bruno query with deep navigation, filter and map support
Easy array navigation
get(data, 'customer.orders.items.amount')
Deep navigation .. double dots
get(data, '..items.amount')
Array indexing
get(data, '..items[0].amount')
Array filtering [?] with corresponding filter function
get(data, '..items[?].amount', i => i.amount > 20)
Array mapping [?] with corresponding mapper function
get(data, '..items[?].amount', i => i.amount + 10)
npm publish --access=public
FAQs
Bruno query with deep navigation, filter and map support
The npm package @usebruno/query receives a total of 21,028 weekly downloads. As such, @usebruno/query popularity was classified as popular.
We found that @usebruno/query 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.