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.0.2 to 2.0.3

dist/compare.d.ts

4

CHANGELOG.md

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

## [2.0.3](https://github.com/achingbrain/uint8arrays/compare/v2.0.2...v2.0.3) (2020-12-18)
## [2.0.2](https://github.com/achingbrain/uint8arrays/compare/v2.0.1...v2.0.2) (2020-12-18)

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

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

@@ -18,2 +18,13 @@ "main": "index.js",

},
"files": [
"compare.js",
"concat.js",
"equals.js",
"from-string.js",
"index.js",
"to-string.js",
"dist/*.ts",
"dist/*.map",
"dist/*.js"
],
"repository": {

@@ -30,3 +41,4 @@ "type": "git",

"release-major": "aegir release --type major --docs",
"build": "aegir build && aegir ts"
"build": "aegir build && aegir ts",
"prepublishOnly": "npm run build"
},

@@ -33,0 +45,0 @@ "license": "MIT",

.aegir.js
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