New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@mailchain/api

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mailchain/api - npm Package Compare versions

Comparing version
0.30.0
to
0.31.0
+25
Readme.md
# Mailchain API
Mailchain is a messaging protocol that lets users communicate across protocols. Using Mailchain you can send messages to any blockchain address on different protocols.
For full usage examples view the [developer docs](https://docs.mailchain.com).
## Installing
Using npm:
```bash
$ npm install @mailchain/api
```
Using yarn:
```bash
$ yarn add @mailchain/api
```
## Purpose
The signatures package is used by `@mailchain/sdk` to communicate to Mailchain's protocol and services.
**Note: The API package is not intended to be used directly. Instead it should be used via the SDK as the majority of Mailchain's API's are authenticated. Requests need to be encrypted and signed before sending to across the wire. Response need to be decrypted and or verified before being used.**
+3
-3
{
"name": "@mailchain/api",
"version": "0.30.0",
"version": "0.31.0",
"description": "Mailchain api tools",

@@ -20,4 +20,4 @@ "license": "Apache-2.0",

"dependencies": {
"@mailchain/crypto": "0.30.0",
"@mailchain/encoding": "0.30.0",
"@mailchain/crypto": "0.31.0",
"@mailchain/encoding": "0.31.0",
"@noble/hashes": "^1.3.0",

@@ -24,0 +24,0 @@ "axios": "1.6.0",