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.
Bitpin is an Iranian cryptocurrency exchange that allows users to buy and sell cryptocurrencies using Iranian Rial (IRR).
The purpose of this project is to provide a TypeScript client for the Bitpin API.
This project is provided as is and is not affiliated with Bitpin in any way and is not an official Bitpin project.
npm install ts-bitpin
yarn add ts-bitpin
git clone https://github.com/amiwrpremium/ts-bitpin.git
cd ts-bitpin
npm install # or yarn
import {Client} from 'ts-bitpin';
const client = new Client();
const client = new Client({
apiKey: 'YOUR_API_KEY',
secretKey: 'YOUR_SECRET_KEY',
});
const client = await Client.create({
apiKey: 'YOUR_API_KEY',
secretKey: 'YOUR_SECRET_KEY',
});
This project is licensed under the MIT License - see the LICENSE file for details.
This project is provided as is and is not affiliated with Bitpin in any way and is not an official Bitpin project.
The documentation for this project can be found here.
Also you can find
We use SemVer for versioning. For the versions available, see the tags on this repository.
The changelog for this project can be found here.
v1.0.0 - 2024-05-18
db43873
af7a051
92f360e
ea8b617
c02ee66
c951a90
0edcf11
47fad12
b877b1d
1bb9c7a
FAQs
Unofficial BitPin SDK for Node.js.
The npm package ts-bitpin receives a total of 8 weekly downloads. As such, ts-bitpin popularity was classified as not popular.
We found that ts-bitpin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
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.