You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed files are checked/fixed for lints via a pre-commit hook (#91)
Upgrade Guide
This module has dropped support for versions of Node.js < 10.12.0.
This module uses a Promise-based API instead of a callback-based API. If you still need to use a callback-based API, look into util.callbackify or similar functions.
For TypeScript codebases, remove @types/extract-zip as a TypeScript definition is bundled with the module.