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

bs58check

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bs58check - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

25

package.json
{
"name": "bs58check",
"version": "1.1.0",
"version": "1.2.0",
"description": "A straightforward implementation of base58-check encoding",
"author": "Daniel Cousens",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bitcoinjs/bs58check.git"
},
"bugs": {
"url": "https://github.com/bitcoinjs/bs58check/issues"
},
"homepage": "https://github.com/bitcoinjs/bs58check",
"keywords": [

@@ -29,3 +19,16 @@ "base",

],
"homepage": "https://github.com/bitcoinjs/bs58check",
"bugs": {
"url": "https://github.com/bitcoinjs/bs58check/issues"
},
"license": "MIT",
"author": "Daniel Cousens",
"files": [
"index.js"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/bitcoinjs/bs58check.git"
},
"scripts": {

@@ -32,0 +35,0 @@ "coverage-report": "nyc report --reporter=lcov",

# bs58check
[![Build Status](https://travis-ci.org/bitcoinjs/bs58check.png?branch=master)](https://travis-ci.org/bitcoinjs/bs58check)
[![NPM Package](https://img.shields.io/npm/v/bs58check.svg?style=flat-square)](https://www.npmjs.org/package/bs58check)
[![Build Status](https://img.shields.io/travis/bitcoinjs/bs58check.svg?branch=master&style=flat-square)](https://travis-ci.org/bitcoinjs/bs58check)
[![Dependency status](https://img.shields.io/david/bitcoinjs/bs58check.svg?style=flat-square)](https://david-dm.org/bitcoinjs/bs58check#info=dependencies)
[![NPM](https://nodei.co/npm/bs58check.png)](https://nodei.co/npm/bs58check/)
[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)

@@ -12,3 +14,3 @@ A straight forward implementation of base58check extending upon bs58.

``` javascript
```javascript
var bs58check = require('bs58check')

@@ -15,0 +17,0 @@

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