Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v8.17.0
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.2.1

- Security updates
- Update mapnik to 4.3.1
- [4.4.0](https://github.com/mapnik/node-mapnik/blob/master/CHANGELOG.md#440) drops support for Node <10

## 4.1.1

- Fix ETag algorithm to convert buffer as binary [#158](https://github.com/mapbox/tilelive-vector/pull/158)
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ function tm2z(uri, callback) {

var xml;
var base = path.join(os.tmpDir(), md5(id).substr(0,8) + '-' + path.basename(id));
var parser = tar.Parse();
var parser = new tar.Parse();
var gunzip = zlib.Gunzip();
var unpacked = false;

Expand Down
Loading