Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

crypto-addr-codec

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crypto-addr-codec - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

lib/ss58/index.js

5

lib/index.js

@@ -8,2 +8,3 @@ 'use strict';

const { encodeCheck, decodeCheck, calculateChecksum } = require('./str/publicKey');
const { ss58Encode, ss58Decode } = require('./ss58');

@@ -22,3 +23,5 @@ module.exports = {

decodeCheck,
calculateChecksum
calculateChecksum,
ss58Encode,
ss58Decode,
};

4

package.json
{
"name": "crypto-addr-codec",
"version": "0.1.1",
"version": "0.1.2",
"description": "Light weight package for serializing different crypto addresses",

@@ -14,3 +14,2 @@ "main": "./lib/index.js",

"author": "Jasdeep Singh <jasdeepsingh.uppal@gmail.com>",
"license": "ISC",
"bugs": {

@@ -20,2 +19,3 @@ "url": "https://github.com/jay-dee7/crypto-addr-serialize/issues"

"homepage": "https://github.com/jay-dee7/crypto-addr-serialize#readme",
"license": "MIT",
"dependencies": {

@@ -22,0 +22,0 @@ "@babel/runtime": "^7.8.4",

# crypto-codec is a minimal npm package for encoding and decoding different cyrpto addresses
# all of the work is derived from
# all of the work is derived from the following packages.
* [eosjs-ecc](https://www.npmjs.com/package/eosjs-ecc)
`allows reuse and modifications under the MIT license present here`
[MIT License](https://github.com/EOSIO/eosjs-ecc/blob/971f51396b36bf8560d5da4915c184033b3c7823/package.json)
* [nem-sdk](https://www.npmjs.com/package/nem-sdk)
* [ripple-utils](https://www.npmjs.com/package/ripple-utils)
`allows reuse and modifications under the MIT license present here`
[MIT License](https://github.com/QuantumMechanics/NEM-sdk/blob/acf5dc1aaf0166820914d7cd7f1ffb2269f27e88/LICENSE)
* [ripple-address-codec](https://www.npmjs.com/package/ripple-utils)
`allows reuse and modifications under the ISC license present here`
[ISC License](https://github.com/ripple/ripple-address-codec/blob/e2abc5820daef2cc60e592988d9ec4c1a5aa72a2/package.json)
* [rskjs-util](https://www.npmjs.com/package/rskjs-util)
`allows reuse and modifications under the MIT license present here`
[MIT License](https://github.com/rsksmart/rskjs-util/blob/d494ff1c586db6e5d395a18c12ac274e9c616a13/LICENSE)
* [stellar-base](https://www.npmjs.com/package/stellar-base)
` allows reuse and modifications under the MIT license present here`
[Apache License 2.0](https://github.com/stellar/js-stellar-base/blob/4ae811643e535be70d5250aa807fd107f2346eb6/LICENSE)
```
this package does not implement any features. All the work credit goes to above mentioned teams
```
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc