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

branca

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

branca - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

LICENSE

9

package.json
{
"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.
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