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

gzip-size

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gzip-size - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

2

index.js
'use strict';
var gzip = require('zlib').gzip;
var gzipSync = require('zlib-browserify').gzipSync;
var gzipSync = require('browserify-zlib').gzipSync;

@@ -5,0 +5,0 @@ module.exports = function (str, cb) {

{
"name": "gzip-size",
"version": "0.1.1",
"version": "0.2.0",
"description": "Get the gzipped size of a string or buffer",

@@ -39,3 +39,3 @@ "license": "MIT",

"concat-stream": "^1.4.1",
"zlib-browserify": "^0.0.3"
"browserify-zlib": "^0.1.4"
},

@@ -42,0 +42,0 @@ "devDependencies": {

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