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.0 to 0.1.1

lib/str/crc16xmodem.js

6

lib/index.js

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

const eosPublicKey = require('./eos/key_public');
const { encodeCheck, decodeCheck, calculateChecksum } = require('./str/publicKey');

@@ -18,3 +19,6 @@ module.exports = {

codec,
eosPublicKey
eosPublicKey,
encodeCheck,
decodeCheck,
calculateChecksum
};

9

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

@@ -23,9 +23,12 @@ "main": "./lib/index.js",

"base-x": "^3.0.8",
"base32.js": "^0.1.0",
"bigi": "^1.4.2",
"bs58": "^4.0.1",
"crc": "^3.8.0",
"inherits": "latest",
"lodash": "^4.17.15",
"ripemd160": "latest",
"sha.js": "^2.4.11",
"sha3": "^2.1.1",
"inherits": "latest"
"sha3": "^2.1.1"
}
}
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