Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

varintes

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

varintes - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

26

package.json
{
"name": "varintes",
"version": "2.0.4",
"version": "2.0.5",
"description": "Unsigned Varint encoding and decoding, exposed as ESModule",

@@ -33,4 +33,4 @@ "keywords": [

"import": {
"default": "./dist/index.js",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}

@@ -40,4 +40,4 @@ },

"import": {
"default": "./dist/decode.js",
"types": "./dist/decode.d.ts"
"types": "./dist/decode.d.ts",
"default": "./dist/decode.js"
}

@@ -47,4 +47,4 @@ },

"import": {
"default": "./dist/decode-pack.js",
"types": "./dist/decode-pack.d.ts"
"types": "./dist/decode-pack.d.ts",
"default": "./dist/decode-pack.js"
}

@@ -54,4 +54,4 @@ },

"import": {
"default": "./dist/encode.js",
"types": "./dist/encode.d.ts"
"types": "./dist/encode.d.ts",
"default": "./dist/encode.js"
}

@@ -61,4 +61,4 @@ },

"import": {
"default": "./dist/encode-pack.js",
"types": "./dist/encode-pack.d.ts"
"types": "./dist/encode-pack.d.ts",
"default": "./dist/encode-pack.js"
}

@@ -68,4 +68,4 @@ },

"import": {
"default": "./dist/encoding-length.js",
"types": "./dist/encoding-length.d.ts"
"types": "./dist/encoding-length.d.ts",
"default": "./dist/encoding-length.js"
}

@@ -72,0 +72,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