compress-brotli
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -5,2 +5,4 @@ # Changelog | ||
### [1.2.1](https://github.com/Kikobeats/compress-brotli/compare/v1.2.0...v1.2.1) (2019-11-04) | ||
## [1.2.0](https://github.com/Kikobeats/compress-brotli/compare/v1.1.0...v1.2.0) (2019-11-04) | ||
@@ -7,0 +9,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://nicedoc.io/Kikobeats/compress-brotli", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"main": "index.js", | ||
@@ -8,0 +8,0 @@ "author": { |
@@ -14,6 +14,6 @@ # compress-brotli | ||
* No dependencies. | ||
* Auto detect Node.js brotli API (`>=11.7.0`). | ||
* Handle edge cases (such as try to compress `undefined`). | ||
* JSON serialization/deserialization by default. | ||
* Auto detect Node.js brotli API (`>=11.7.0`). | ||
* JSON serialization/deserialization with Buffer support by default. | ||
* Easy tu customize (e.g., using [v8 serialization](https://nodejs.org/api/v8.html#v8_v8_serialize_value)). | ||
@@ -32,3 +32,2 @@ ## Install | ||
## Usage | ||
@@ -35,0 +34,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
9658
71