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

brotli-size

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brotli-size - npm Package Compare versions

Comparing version 1.0.0 to 3.0.0

dist/index.js

20

package.json
{
"name": "brotli-size",
"version": "1.0.0",
"version": "3.0.0",
"description": "Get the brotli compressed size of a string or buffer",

@@ -12,9 +12,13 @@ "license": "MIT",

"engines": {
"node": ">=0.12.0"
"node": ">= 10.16.0"
},
"scripts": {
"test": "ava"
"build": "tsc -p tsconfig.json",
"pretest": "npm run build",
"test": "ava -v",
"release": "np",
"prepublishOnly": "npm run build"
},
"files": [
"index.js"
"dist"
],

@@ -28,8 +32,10 @@ "keywords": [

"dependencies": {
"duplexer": "^0.1.1",
"iltorb": "^2.4.3"
"duplexer": "0.1.1"
},
"devDependencies": {
"ava": "^0.14.0"
"@types/node": "12.6.1",
"ava": "2.2.0",
"np": "5.0.1",
"typescript": "3.5.2"
}
}
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