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

brrr

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brrr - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

7

package.json
{
"name": "brrr",
"version": "1.0.0",
"version": "1.0.1",
"engines": {
"node": ">=10.16.0"
},
"packageManager": "pnpm@8.6.11",
"bin": {
"brr": "index.js",
"brrr": "index.js",
"brotli": "index.js"
},
"dependencies": {
"mri": "^1.1.5"
"mri": "^1.2.0"
},

@@ -14,0 +15,0 @@ "description": "CLI to compress files using Brotli Compression algorithm.",

@@ -18,3 +18,3 @@ A lightweight CLI to quickly compress files using Brotli Compression algorithm.

# or, use npx for one-off runs:
npx brotli [SEE USAGE BELOW]
npx brrr [SEE USAGE BELOW]
```

@@ -37,2 +37,5 @@

$ brrr input.txt --stdout
# Compress all files in a directory
$ find INPUT_DIR -type f | xargs brrr -o OUT_DIR
```

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