NPM Smell 🍑💨

trivial and outdated NPM packages

mz outdated npm logo

Promisified Node.js standard library

Weekly Downloads
15,728,492
Dependencies
5 (4 distinct)
Latest Release
8 years ago
Switch to the native implementation.
Outdated
First version with native support
Node.js 14.0.0
added to Node.js
6 years ago

Dependency Tree

  • mz @2.7.0 (5)
    • any-promise @1.3.0
    • object-assign @4.1.1
    • thenify-all @1.6.0 (2)
      • thenify @3.3.1 (1)
        • any-promise @1.3.0

This library provided Promise-based wrappers for Node.js standard library APIs.

Since Node.js 14, Promise based variants of many builtin modules are available natively (e.g. fs/promises, dns/promises, stream/promises), making this library obsolete now.