
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@smartlook/rest-api-client
Advanced tools
Library for easier integration of the Smartlook REST API
Smartlook REST API Client is a Typescript library for retrieving data from the Smartlook.
Use the package manager npm to install the library.
npm install @smartlook/rest-api-client
At first you need to get an API token for your project. You can do so in settings of your project (managing your project tokens is described in the docs).
import * as SmartlookAPI from '@smartlook/rest-api-client'
const client = SmartlookAPI.createSmartlookClient(<YOUR_API_TOKEN>)
const response = await client.events.getEventDetail100({
dateFrom: '2020-01-01',
dateTo: '2020-01-10',
eventId: 'foobar',
occurrenceHistogramInterval: 'day',
})
The client is using node-fetch on the background.
If you want to handle the requests to the Smartlook REST API by yourself, you can pass makeRequest: MakeRequest
function to the client factory instead of the API token.
FAQs
Library for easier integration of the Smartlook REST API
The npm package @smartlook/rest-api-client receives a total of 0 weekly downloads. As such, @smartlook/rest-api-client popularity was classified as not popular.
We found that @smartlook/rest-api-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 10 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.