| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2020-10-10 | 828 Bytes | |
| v17.0.0.tar.gz | 2020-10-10 | 175.6 kB | |
| v17.0.0.zip | 2020-10-10 | 341.1 kB | |
| Totals: 3 Items | 517.4 kB | 0 | |
- Upgrade events to v3.x. EventEmitter instances now have an
off()method.require('events').oncecan be used to react to an event being emitted withasync/awaitsyntax. (#1839) - Upgrade path-browserify to v1.x. (#1838)
- Upgrade stream-browserify to v3.x.
require('stream')now matches the Node.js 10+ API. (#1970) - Upgrade util to v0.12. Most notably,
util.promisifyandutil.callbackifyare finally available by default in browserify. (#1844) - Add JSON syntax checking. Syntax errors in
.jsonfiles will now fail to bundle. (#1700)