crypto-addr-codec
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -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, | ||
}; |
{ | ||
"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 | ||
``` | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58525
22
1101
23
1