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.4 to 2.0.5

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## [2.0.5](https://github.com/achingbrain/uint8arrays/compare/v2.0.4...v2.0.5) (2020-12-18)
### Bug Fixes
* fixes prepare script and tsconfig extends field ([#10](https://github.com/achingbrain/uint8arrays/issues/10)) ([48c3099](https://github.com/achingbrain/uint8arrays/commit/48c3099ec0f0ee32b58a789754534933a2ae05ce)), closes [#11](https://github.com/achingbrain/uint8arrays/issues/11)
## [2.0.4](https://github.com/achingbrain/uint8arrays/compare/v2.0.3...v2.0.4) (2020-12-18)

@@ -2,0 +11,0 @@

7

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

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

"dist/*.map",
"dist/*.js",
"tsconfig.json"
"dist/*.js"
],

@@ -36,3 +35,3 @@ "repository": {

"scripts": {
"prepare": "aegir ts -p types",
"prepare": "aegir ts",
"test": "aegir test",

@@ -39,0 +38,0 @@ "lint": "aegir lint",

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