Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@finbourne/lusid-sdk-angular8
Advanced tools
An angular (8+) SDK for secure access to the LUSID® by FINBOURNE web API
This repository enables the generation of an angular (8) SDK from the FINBOURNE OpenAPI specification using the openapi-generator tool.
The code required to generate the SDK is in the projects/lusid-sdk-angular8
folder, and the most up to date version of the OpenAPI specification can be downloaded from https://www.lusid.com/api/swagger/v0/swagger.json
auto-generate typescript code from the latest LUSID OpenAPI specification. From the project root folder:
.\projects\lusid-sdk-angular8\UpdateGeneratedCode.ps1
update the version number of the SDK. From the projects\lusid-sdk-angular8
folder:
update the version
in the package.json
file (you should not need to do this as the published version should be part of the LUSID CI process)
create a new version of the SDK. From the project root folder:
ng build lusid-sdk-angular8
This will create the new SDK in dist\lusid-sdk-angular8
update the published npm package. From the dist\lusid-sdk-angular8
folder
cat package.json
(to check the version number that will be used)
npm publish
(you should not need to do this as the published version should be part of the LUSID CI process)
)
FAQs
An angular (8+) SDK for secure access to the LUSID® by FINBOURNE web API
We found that @finbourne/lusid-sdk-angular8 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.