Comparing version 3.0.5 to 3.0.6
@@ -5,3 +5,3 @@ { | ||
"description": "Nodejs bindings to Google's Snappy compression library", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"homepage": "https://github.com/kesla/node-snappy", | ||
@@ -8,0 +8,0 @@ "repository": { |
@@ -1,2 +0,2 @@ | ||
# snappy[![build status](https://secure.travis-ci.org/kesla/node-snappy.svg)](http://travis-ci.org/kesla/node-snappy) | ||
# snappy [![build status](https://secure.travis-ci.org/kesla/node-snappy.svg)](http://travis-ci.org/kesla/node-snappy) | ||
@@ -12,3 +12,3 @@ Nodejs bindings to the [snappy](github.com/google/snappy) compression library | ||
``` | ||
```bash | ||
npm install snappy | ||
@@ -35,3 +35,3 @@ ``` | ||
``` | ||
```bash | ||
compressed is a Buffer <SlowBuffer 09 20 62 65 65 70 20 62 6f 6f 70> | ||
@@ -49,3 +49,3 @@ the original String beep boop | ||
### snappy.uncompress(compressed[, options] callback) | ||
### snappy.uncompress(compressed, [options,] callback) | ||
@@ -70,7 +70,7 @@ Uncompress `compressed` and call `callback` with `err` and `decompressed`. | ||
## Benchmark | ||
## [Benchmark](benchmark) | ||
This is the result I'm seeing on my laptop (Macbook Air from 2012) running `node benchmark` | ||
``` | ||
```bash | ||
snappy.compress() x 479 ops/sec ±0.99% (80 runs sampled) | ||
@@ -77,0 +77,0 @@ zlib.gzip() x 289 ops/sec ±1.66% (86 runs sampled) |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
1754716
54
109
2