Comparing version 4.0.0 to 4.1.0
{ | ||
"name": "maxmin", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip)", | ||
@@ -14,3 +14,7 @@ "license": "MIT", | ||
"type": "module", | ||
"exports": "./index.js", | ||
"exports": { | ||
"types": "./index.d.ts", | ||
"default": "./index.js" | ||
}, | ||
"sideEffects": false, | ||
"engines": { | ||
@@ -23,3 +27,4 @@ "node": ">=12" | ||
"files": [ | ||
"index.js" | ||
"index.js", | ||
"index.d.ts" | ||
], | ||
@@ -26,0 +31,0 @@ "keywords": [ |
@@ -11,5 +11,5 @@ # maxmin | ||
```sh | ||
npm install maxmin | ||
``` | ||
$ npm install maxmin | ||
``` | ||
@@ -16,0 +16,0 @@ ## Usage |
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
4517
5
30