Comparing version 1.1.0 to 1.2.0
{ | ||
"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 @@ |
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
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
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
30
4395
4
38
1