New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gzipped

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gzipped - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

.travis.yml

1

index.js

@@ -1,2 +0,1 @@

var ReadableStream = require('stream').Readable;
var zlib = require('zlib');

@@ -3,0 +2,0 @@

{
"name": "gzipped",
"version": "0.0.4",
"version": "0.0.5",
"description": "Command line utility to calculate gzip compression savings",

@@ -5,0 +5,0 @@ "main": "index.js",

# gzipped
Calculates [gzip](http://en.wikipedia.org/wiki/Gzip) compression savings for plain text.
[![Build Status](https://travis-ci.org/robinjmurphy/gzipped.png?branch=master)](https://travis-ci.org/robinjmurphy/gzipped) [![Code Climate](https://codeclimate.com/github/robinjmurphy/gzipped.png)](https://codeclimate.com/github/robinjmurphy/gzipped)
> Calculates [gzip](http://en.wikipedia.org/wiki/Gzip) compression savings.
## Installation

@@ -25,2 +27,4 @@

You can pass in any type of file - it's not limited to plain text.
#### Usage with `STDIN`

@@ -46,2 +50,2 @@

etc.
etc.
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