Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "maxmin", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip)", | ||
@@ -37,6 +37,6 @@ "license": "MIT", | ||
"dependencies": { | ||
"gzip-size": "^0.1.0", | ||
"pretty-bytes": "^0.1.0", | ||
"chalk": "^0.4.0" | ||
"chalk": "^0.4.0", | ||
"gzip-size": "^0.2.0", | ||
"pretty-bytes": "^0.1.0" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# maxmin [![Build Status](https://travis-ci.org/sindresorhus/maxmin.png?branch=master)](https://travis-ci.org/sindresorhus/maxmin) | ||
# maxmin [![Build Status](https://travis-ci.org/sindresorhus/maxmin.svg?branch=master)](https://travis-ci.org/sindresorhus/maxmin) | ||
@@ -17,7 +17,9 @@ > Get a pretty output of the original, minified, gzipped size of a string or buffer | ||
## Example | ||
## Usage | ||
```js | ||
var maxmin = require('maxmin'); | ||
var max = 'function smoothRangeRandom(min,max){var num=Math.floor(Math.random()*(max-min+1)+min);return this.prev=num===this.prev?++num:num};'; | ||
var min = '(function(b,c){var a=Math.floor(Math.random()*(c-b+1)+b);return this.a=a===this.a?++a:a})()'; | ||
@@ -24,0 +26,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
59
+ Addedbrowserify-zlib@0.1.4(transitive)
+ Addedgzip-size@0.2.0(transitive)
+ Addedpako@0.2.9(transitive)
- Removeddeep-equal@0.0.0(transitive)
- Removeddefined@0.0.0(transitive)
- Removedgzip-size@0.1.1(transitive)
- Removedjsonify@0.0.1(transitive)
- Removedtape@0.2.2(transitive)
- Removedzlib-browserify@0.0.3(transitive)
Updatedgzip-size@^0.2.0