Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@apielements/cli
Advanced tools
Command line interface for API Elements and the API Elements JavaScript tooling.
$ npm install -g @apielements/cli
$ fury --help
Usage: fury [options] <input> [output]
Command line tool the Fury.JS
Options:
-h, --help output usage information
-V, --version output the version number
-f, --format [format] output format
-l, --validate validate input only
-s, --sourcemap Export sourcemaps into API Elements parse result
--shell Launch an interactive shell to interact with parse result
--adapter [adapter] Load a fury adapter
Fury will accept API Description documents as the first argument, this can
either be a -
to accept stdin or a file path. The document can be any of the
following formats:
Fury will detect the API format you have used from the input document.
The format argument allows you to provide the format to output the API Description. This can either be an API Elements parse result, or another API Description format.
application/vnd.refract.parse-result+json
(default)application/vnd.refract.parse-result+yaml
text/vnd.apiblueprint
As an example, you can use Fury to convert both OpenAPI 2 or OpenAPI 3 API Description Documents into API Blueprint.
$ fury --format text/vnd.apiblueprint openapi.json apiary.apib
As an example, you can use Fury to convert a Swagger API Description into API Blueprint.
$ fury --format text/vnd.apiblueprint swagger.json apiary.apib
Fury allows you to convert a legacy Apiary Blueprint to the API Blueprint format.
$ fury --format text/vnd.apiblueprint legacy.txt blueprint.apib
FAQs
Command line tool interface for Fury.js
The npm package @apielements/cli receives a total of 21 weekly downloads. As such, @apielements/cli popularity was classified as not popular.
We found that @apielements/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.