Socket
Socket
Sign inDemoInstall

maxmin

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

maxmin - npm Package Compare versions

Comparing version 0.2.2 to 1.0.0

16

package.json
{
"name": "maxmin",
"version": "0.2.2",
"version": "1.0.0",
"description": "Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip)",

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

"scripts": {
"test": "mocha"
"test": "node test.js"
},

@@ -34,11 +34,11 @@ "files": [

],
"devDependencies": {
"mocha": "*"
},
"dependencies": {
"chalk": "^0.5.0",
"chalk": "^0.5.1",
"figures": "^1.0.1",
"gzip-size": "^0.2.0",
"pretty-bytes": "^0.1.0"
"gzip-size": "^1.0.0",
"pretty-bytes": "^1.0.0"
},
"devDependencies": {
"ava": "0.0.3"
}
}

@@ -12,3 +12,3 @@ # maxmin [![Build Status](https://travis-ci.org/sindresorhus/maxmin.svg?branch=master)](https://travis-ci.org/sindresorhus/maxmin)

```bash
```sh
$ npm install --save maxmin

@@ -38,3 +38,3 @@ ```

*Required*
Type: `String`|`Buffer`
Type: `string`, `buffer`

@@ -46,3 +46,3 @@ Original string.

*Required*
Type: `String`|`Buffer`
Type: `string`, `buffer`

@@ -53,3 +53,3 @@ Minified string.

Type: `Boolean`
Type: `boolean`
Default: `false`

@@ -62,2 +62,2 @@

[MIT](http://opensource.org/licenses/MIT) © [Sindre Sorhus](http://sindresorhus.com)
MIT © [Sindre Sorhus](http://sindresorhus.com)
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