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.3 to 2.0.4

tsconfig.json

9

CHANGELOG.md

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

## [2.0.4](https://github.com/achingbrain/uint8arrays/compare/v2.0.3...v2.0.4) (2020-12-18)
### Bug Fixes
* fixes type mapping ([#9](https://github.com/achingbrain/uint8arrays/issues/9)) ([34747cb](https://github.com/achingbrain/uint8arrays/commit/34747cb45a76425f6158d24c1e57b2504d9c5991))
## [2.0.3](https://github.com/achingbrain/uint8arrays/compare/v2.0.2...v2.0.3) (2020-12-18)

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

16

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

@@ -9,8 +9,8 @@ "main": "index.js",

"bugs": "https://github.com/achingbrain/uint8arrays/issues",
"types": "dist/src/index.d.ts",
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"src/*": [
"dist/src/*",
"dist/src/*/index"
"*": [
"dist/*",
"dist/*/index"
]

@@ -28,3 +28,4 @@ }

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

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

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

@@ -57,4 +58,5 @@ "lint": "aegir lint",

"Cayman <caymannava@gmail.com>",
"Irakli Gozalishvili <contact@gozala.io>",
"Rafael Ramalho <rafazelramalho19@gmail.com>"
]
}
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