Go to file
Rob Cresswell 1a3454cd75 Update dependencies and remove fixed versioning (#54)
This patch updates some deps with non-major version changes, and also
relaxes the versioning used in the package.json to allow bugfix
releases.

Using pinned versions is probably a well intentioned but naive
restriction that prevents a consumer from automatically receiving
security fixes unless the package author approves them, which can take a
long time. Pinned dependencies don't work in Node-land anyway, as NPM
will happily give you multiple copies of a specific library at different
versions, and pins do also not prevent transitive dependencies from
including version ranges anyway. For these reasons, it is more a
security risk than a reliability insurance.
2019-01-10 20:51:14 +03:00
lib adjust for updated v8 in 8.11 2018-06-18 12:26:09 +03:00
patches added forgotten patch for code-serializer.cc 2018-06-18 00:13:55 +03:00
test adjust tests 2018-06-18 14:10:55 +03:00
.eslintignore forgot shebang to make cli work 2016-08-31 09:02:52 +03:00
.gitignore sync settings with pkg 2016-10-07 20:51:20 +03:00
license.md Create license.md 2017-06-22 10:39:28 +02:00
package.json Update dependencies and remove fixed versioning (#54) 2019-01-10 20:51:14 +03:00
places.json process.env.PKG_CACHE_PATH. fixes zeit/pkg#173 and zeit/pkg#174 2017-07-30 16:40:02 +03:00
readme.md short description in readme.md 2017-06-26 18:01:54 +03:00

pkg-fetch

Github Releases page of this project contains base binaries, used by pkg to create executables. pkg-fetch npm package downloads base binaries or compiles them from source.