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.0 to 4.0.1

1

dist/src/from-string.d.ts
import { SupportedEncodings } from './util/bases.js';
export type { SupportedEncodings };
/**

@@ -3,0 +4,0 @@ * Create a `Uint8Array` from the passed string

@@ -8,2 +8,3 @@ import { compare } from './compare.js';

export { compare, concat, equals, fromString, toString, xor };
export type { SupportedEncodings } from './util/bases.js';
//# sourceMappingURL=index.d.ts.map

4

dist/src/to-string.d.ts
import { SupportedEncodings } from './util/bases.js';
export type { SupportedEncodings };
/**
* @typedef {import('./util/bases').SupportedEncodings} SupportedEncodings
*/
/**
* Turns a `Uint8Array` into a string.

@@ -7,0 +5,0 @@ *

import bases from './util/bases.js';
/**
* @typedef {import('./util/bases').SupportedEncodings} SupportedEncodings
*/
/**
* Turns a `Uint8Array` into a string.

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

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

@@ -5,0 +5,0 @@ "author": "Alex Potsides <alex@achingbrain.net>",

import bases, { SupportedEncodings } from './util/bases.js'
import { asUint8Array } from './util/as-uint8array.js'
export type { SupportedEncodings }
/**

@@ -5,0 +7,0 @@ * Create a `Uint8Array` from the passed string

@@ -16,1 +16,3 @@ import { compare } from './compare.js'

}
export type { SupportedEncodings } from './util/bases.js'
import bases, { SupportedEncodings } from './util/bases.js'
/**
* @typedef {import('./util/bases').SupportedEncodings} SupportedEncodings
*/
export type { SupportedEncodings }

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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