
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.
jk-services
Advanced tools
A hub of common services for Jike FE.
$ npm i -S jk-services
// Include data type definitions for services
import { MessageSchema } from 'jk-services/lib/schemas'
// Check data type based on static code analysis
const hotMessages: MessageSchema[] = [
{ ...messageItemData }
]
// Load the category for tiny bundle
import {
request,
fileRequest
} from 'jk-services/lib/requests'
// Generic: Request
const READ_URL = 'https://example.com/api/getSth'
const readQuery = { limit: 20 }
request.get(READ_URL, readQuery)
.then(res => {
console.log(res)
})
// Spec: File request
const file = pickedFile // From imagePicker
fileRequest.uploadFile(file)
.then(res => {
const { key, url } = res
// @To do some great thing...
})
FAQs
A hub of common services for Jike FE.
The npm package jk-services receives a total of 0 weekly downloads. As such, jk-services popularity was classified as not popular.
We found that jk-services 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
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.