
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
oly-node-sdk
Advanced tools
Components for building Node applications in Olympusat Cloud Platform
Reusable components for building Node applications in the Oly Cloud Platform
import XRAY from 'oly-node-sdk/build/src/xray'
XRAY.openTraceSegment(myFunction, label, options).then(...)
myFunction
which can have subsegments to granularly trace program executionlabel
represents the name/label of the trace in AWS XRAY dashboardoptions
can include HTTP request information, metadata and xray annotations. See typescript annotations for more details.myFunction()
XRAY.traceFunction(myFunction, label, options)
: Traces non-async function and returns the resultXRAY.decorateMethod(label, options)
: Can be used with typescript class method decorator syntax to decorate a method with XRAY.traceFunction
XRAY.decorateFunction(myFunction, label, options)
: Returns a myFunction
decorated with XRAY.traceFunction
, useful for reuse and calling with arguments.XRAY.traceAsyncFunction(myFunction, label, options)
: Traces async function and returns the result in a promiseXRAY.decorateAsyncMethod(label, options)
: Can be used with typescript class method decorator syntax to decorate an async method with XRAY.traceAsyncFunction
XRAY.decorateAsyncFunction(myFunction, label, options)
: Returns a myFunction
decorated with XRAY.traceAsyncFunction
, useful for reuse and calling with arguments.FAQs
Components for building Node applications in Olympusat Cloud Platform
We found that oly-node-sdk 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.