unpkg/server/middleware
MICHAEL JACKSON 4aba460a63 Fix extraction race condition
This is a fix for a subtle bug that caused unpkg to incorrectly send a
404 response for valid filenames on the initial request for a package.
It also prevents the same package from being downloaded from the
registry by multiple concurrent requests.

Fixes #38
Closes #39
2017-06-18 16:57:26 +10:00
..
components More generous gutters and margins on index pages 2017-05-30 10:03:02 -07:00
FileUtils.js Add code from express-unpkg repo 2017-05-25 11:25:42 -07:00
IndexUtils.js Add code from express-unpkg repo 2017-05-25 11:25:42 -07:00
MetadataUtils.js Add code from express-unpkg repo 2017-05-25 11:25:42 -07:00
PackageUtils.js Add code from express-unpkg repo 2017-05-25 11:25:42 -07:00
RegistryCache.js Use SETEX for storing package.json configs 2017-05-25 11:54:15 -07:00
RegistryUtils.js Fix extraction race condition 2017-06-18 16:57:26 +10:00
ResponseUtils.js Remove Cache-Control header from HTML content 2017-06-09 13:36:31 -07:00
StyleUtils.js Add code from express-unpkg repo 2017-05-25 11:25:42 -07:00
index.js Fix extraction race condition 2017-06-18 16:57:26 +10:00