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 4.0.2 to 4.0.3

2

dist/src/util/bases.d.ts
import type { MultibaseCodec } from 'multiformats';
import { bases } from 'multiformats/basics';
export declare type SupportedEncodings = 'utf8' | 'utf-8' | 'hex' | 'latin1' | 'ascii' | 'binary' | keyof typeof bases;
export type SupportedEncodings = 'utf8' | 'utf-8' | 'hex' | 'latin1' | 'ascii' | 'binary' | keyof typeof bases;
declare const BASES: Record<SupportedEncodings, MultibaseCodec<any>>;
export default BASES;
//# sourceMappingURL=bases.d.ts.map
{
"name": "uint8arrays",
"version": "4.0.2",
"version": "4.0.3",
"description": "Utility functions to make dealing with Uint8Arrays easier",

@@ -181,3 +181,3 @@ "author": "Alex Potsides <alex@achingbrain.net>",

"dependencies": {
"multiformats": "^10.0.0"
"multiformats": "^11.0.0"
},

@@ -184,0 +184,0 @@ "devDependencies": {

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