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.
@onekeyfe/blockchain-link
Advanced tools
High-level javascript interface for blockchain communication
API for communication with blockchain backends. Every type of a backed is isolated inside own worker file. Currently supported:
Compile and run with simple ui for the API methods.
yarn
yarn dev
yarn lint
yarn test
yarn build
yarn add @onekeyhq/blockchain-link
import BlockchainLink from '@onekeyhq/blockchain-link';
const link = new BlockchainLink({
name: string;
worker: string;
server: string[];
debug: boolean;
});
try {
const resp = link.getInfo();
} catch(error) {
}
Workers are already builded and minified inside @onekeyhq/blockchain-link/build/
directory.
Then set your project to compile and provide those workers into blockchain-link instance.
An webpack configuration example using worker-loader
could be found in here
FAQs
High-level javascript interface for blockchain communication
The npm package @onekeyfe/blockchain-link receives a total of 1 weekly downloads. As such, @onekeyfe/blockchain-link popularity was classified as not popular.
We found that @onekeyfe/blockchain-link 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.