Socket
Socket
Sign inDemoInstall

uint8-varint

Package Overview
Dependencies
3
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.2 to 2.0.3

21

package.json
{
"name": "uint8-varint",
"version": "2.0.2",
"version": "2.0.3",
"description": "Read/write unsigned varints from Uint8Arrays and Uint8ArrayLists",

@@ -16,18 +16,2 @@ "license": "Apache-2.0 OR MIT",

"types": "./dist/src/index.d.ts",
"typesVersions": {
"*": {
"*": [
"*",
"dist/*",
"dist/src/*",
"dist/src/*/index"
],
"src/*": [
"*",
"dist/*",
"dist/src/*",
"dist/src/*/index"
]
}
},
"files": [

@@ -48,2 +32,3 @@ "src",

"parserOptions": {
"project": true,
"sourceType": "module"

@@ -154,3 +139,3 @@ }

"uint8arraylist": "^2.0.0",
"uint8arrays": "^4.0.2"
"uint8arrays": "^5.0.0"
},

@@ -157,0 +142,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc