New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

base85

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

base85 - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0

9

package.json
{
"name": "base85",
"version": "1.2.1",
"version": "1.3.0",
"description": "Base85 (Ascii85) encode and decode functionality",

@@ -10,3 +10,3 @@ "main": "lib/base85.js",

"dependencies": {
"bignum": "^0.6.0",
"bignum": "^0.11.0",
"ipv6": "^3.1.0",

@@ -16,5 +16,4 @@ "underscore": "^1.6.0"

"devDependencies": {
"nodeunit": "0.8.x",
"underscore": "1.6.x",
"jshint": "2.5.x"
"nodeunit": "^0.9.0",
"jshint": "^2.5.1"
},

@@ -21,0 +20,0 @@ "repository": {

@@ -91,3 +91,3 @@ [![Build Status](https://travis-ci.org/noseglid/base85.png?branch=master)](https://travis-ci.org/noseglid/base85)

>> The data to decode. May be a `String` or a [Buffer][NodeBuffer].
>> Expected to be enclosed in `<~` and `~>`.
>> If `ascii85`, it is expected to be enclosed in `<~` and `~>`.
>

@@ -94,0 +94,0 @@ > **encoding**

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