Socket
Socket
Sign inDemoInstall

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 1.0.1 to 1.0.2

14

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

@@ -21,2 +21,3 @@ "keywords": [

],
"main": "dist/index.js",
"typesVersions": {

@@ -67,2 +68,7 @@ "*": {

},
"scripts": {
"test": "./node_modules/.bin/tsm ./node_modules/uvu/bin.js . .+\\.test\\.ts",
"build": "./node_modules/.bin/tsc --project tsconfig.build.json",
"prepublishOnly": "pnpm run build"
},
"devDependencies": {

@@ -74,7 +80,3 @@ "prettier": "^2.7.1",

"uvu": "^0.5.6"
},
"scripts": {
"test": "./node_modules/.bin/tsm ./node_modules/uvu/bin.js . .+\\.test\\.ts",
"build": "./node_modules/.bin/tsc --project tsconfig.build.json"
}
}
}
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