Socket
Socket
Sign inDemoInstall

multibase

Package Overview
Dependencies
Maintainers
5
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multibase - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## [4.0.3](https://github.com/multiformats/js-multibase/compare/v4.0.2...v4.0.3) (2021-04-06)
## [4.0.2](https://github.com/multiformats/js-multibase/compare/v4.0.1...v4.0.2) (2021-03-03)

@@ -2,0 +6,0 @@

5

package.json
{
"name": "multibase",
"version": "4.0.2",
"version": "4.0.3",
"description": "JavaScript implementation of the multibase specification",

@@ -34,4 +34,3 @@ "keywords": [

"dependencies": {
"@multiformats/base-x": "^4.0.1",
"web-encoding": "^1.1.0"
"@multiformats/base-x": "^4.0.1"
},

@@ -38,0 +37,0 @@ "devDependencies": {

'use strict'
// @ts-ignore
const { TextEncoder, TextDecoder } = require('web-encoding')
const textDecoder = new TextDecoder()

@@ -7,0 +4,0 @@ /**

Sorry, the diff of this file is not supported yet

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