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.
@moosty/lisk-extended-api
Advanced tools
Extends api with asset filter.
npm install --save @moosty/lisk-extended-api
Add module to your Lisk SDK application
import { ExtendedHTTPApiModule } from "@moosty/lisk-extended-api";
app.registerModule(ExtendedHTTPApiModule, {
port: 1234, // default 2020
limit: 1000, // default 100
assets: [ // allowed assets
'recipientId',
'unit.total',
],
});
The http api is for the transactions
and accounts
and filters on
assets.
Examples:
Asset exists in transaction
or account
http://localhost:2020/extended-api/transactions?asset=foo
http://localhost:2020/extended-api/accounts?asset=foo
Asset has specific value:
http://localhost:2020/extended-api/transactions?asset=foo&contains=bar
http://localhost:2020/extended-api/accounts?asset=foo&contains=bar
http://localhost:2020/extended-api/transactions?asset=recipientId&contains=395830482304L&limit=100
http://localhost:2020/extended-api/transactions?asset=nested.field&contains=22&offset=0
Type selection: (Thanks to @tomploem)
http://localhost:2020/extended-api/transactions?asset=foo&contains=bar&type=31
FAQs
Extended api for filtering on assets
We found that @moosty/lisk-extended-api 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.
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.