@mailchain/api
Advanced tools
+25
| # 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", |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
707520
0.11%92
1.1%1
-50%26
Infinity%0
-100%+ Added
+ Added
- Removed
- Removed
Updated
Updated