Comparing version 4.0.0 to 4.0.1
@@ -9,3 +9,3 @@ 'use strict'; | ||
module.exports = (input, cb, options) => { | ||
module.exports = (input, options) => { | ||
if (!input) { | ||
@@ -12,0 +12,0 @@ return Promise.resolve(0); |
{ | ||
"name": "gzip-size", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Get the gzipped size of a string or buffer", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -16,3 +16,3 @@ # gzip-size [![Build Status](https://travis-ci.org/sindresorhus/gzip-size.svg?branch=master)](https://travis-ci.org/sindresorhus/gzip-size) | ||
```js | ||
cosnt gzipSize = require('gzip-size'); | ||
const gzipSize = require('gzip-size'); | ||
const text = 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.'; | ||
@@ -19,0 +19,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4161