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.1 to 4.0.2

32

package.json
{
"name": "uint8arrays",
"version": "4.0.1",
"version": "4.0.2",
"description": "Utility functions to make dealing with Uint8Arrays easier",

@@ -46,31 +46,31 @@ "author": "Alex Potsides <alex@achingbrain.net>",

"types": "./dist/src/index.d.ts",
"import": "./src/index.js"
"import": "./dist/src/index.js"
},
"./alloc": {
"types": "./src/alloc.d.ts",
"import": "./src/alloc.js"
"types": "./dist/src/alloc.d.ts",
"import": "./dist/src/alloc.js"
},
"./compare": {
"types": "./src/compare.d.ts",
"import": "./src/compare.js"
"types": "./dist/src/compare.d.ts",
"import": "./dist/src/compare.js"
},
"./concat": {
"types": "./src/concat.d.ts",
"import": "./src/concat.js"
"types": "./dist/src/concat.d.ts",
"import": "./dist/src/concat.js"
},
"./equals": {
"types": "./src/equals.d.ts",
"import": "./src/equals.js"
"types": "./dist/src/equals.d.ts",
"import": "./dist/src/equals.js"
},
"./from-string": {
"types": "./src/from-string.d.ts",
"import": "./src/from-string.js"
"types": "./dist/src/from-string.d.ts",
"import": "./dist/src/from-string.js"
},
"./to-string": {
"types": "./src/to-string.d.ts",
"import": "./src/to-string.js"
"types": "./dist/src/to-string.d.ts",
"import": "./dist/src/to-string.js"
},
"./xor": {
"types": "./src/xor.d.ts",
"import": "./src/xor.js"
"types": "./dist/src/xor.d.ts",
"import": "./dist/src/xor.js"
}

@@ -77,0 +77,0 @@ },

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