Socket
Socket
Sign inDemoInstall

uint8arrays

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uint8arrays - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

4

CHANGELOG.md

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

## [2.1.4](https://github.com/achingbrain/uint8arrays/compare/v2.1.3...v2.1.4) (2021-04-06)
## [2.1.3](https://github.com/achingbrain/uint8arrays/compare/v2.1.2...v2.1.3) (2021-03-01)

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

1

from-string.js
'use strict'
const { encoding: getCodec } = require('multibase')
const { TextEncoder } = require('web-encoding')
const utf8Encoder = new TextEncoder()

@@ -6,0 +5,0 @@

{
"name": "uint8arrays",
"version": "2.1.3",
"version": "2.1.4",
"description": "Utility functions to make dealing with Uint8Arrays easier",

@@ -47,4 +47,3 @@ "main": "index.js",

"dependencies": {
"multibase": "^4.0.1",
"web-encoding": "^1.1.0"
"multibase": "^4.0.1"
},

@@ -51,0 +50,0 @@ "devDependencies": {

'use strict'
const { encoding: getCodec } = require('multibase')
const { TextDecoder } = require('web-encoding')
const utf8Decoder = new TextDecoder('utf8')

@@ -6,0 +5,0 @@

Sorry, the diff of this file is not supported yet

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