Comparing version 0.4.0 to 0.5.0
{ | ||
"name": "branca", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "Authenticated and encrypted API tokens using modern crypto", | ||
@@ -15,3 +15,3 @@ "main": "branca.js", | ||
"dependencies": { | ||
"base-x": "^3.0.2", | ||
"base-x": "^4.0.0", | ||
"bufferpack": "^0.0.6", | ||
@@ -21,8 +21,7 @@ "libsodium-wrappers": "^0.5.2" | ||
"devDependencies": { | ||
"istanbul": "^0.4.5", | ||
"tape": "^4.7.0" | ||
"tape": "^5.5.0" | ||
}, | ||
"scripts": { | ||
"test": "node_modules/istanbul/lib/cli.js cover node_modules/tape/bin/tape test.js" | ||
"test": "npx nyc tape test.js" | ||
} | ||
} |
# Branca | ||
[![Latest Version](https://img.shields.io/npm/v/branca.svg?style=flat-square)](https://www.npmjs.com/package/branca) | ||
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md) | ||
[![Build Status](https://img.shields.io/travis/tuupola/branca-js/master.svg?style=flat-square)](https://travis-ci.org/tuupola/branca-js) | ||
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE) | ||
[![Build Status](https://img.shields.io/github/workflow/status/tuupola/branca-js/Tests/master?style=flat-square)](https://github.com/tuupola/branca-js/actions) | ||
[![Coverage](https://img.shields.io/codecov/c/github/tuupola/branca-js.svg?style=flat-square)](https://codecov.io/github/tuupola/branca-js) | ||
@@ -143,2 +143,2 @@ | ||
The MIT License (MIT). Please see [License File](LICENSE.md) for more information. | ||
The MIT License (MIT). Please see [License File](LICENSE) for more information. |
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
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
1
0
100
9851
+ Addedbase-x@4.0.0(transitive)
- Removedbase-x@3.0.10(transitive)
- Removedsafe-buffer@5.2.1(transitive)
Updatedbase-x@^4.0.0