{"library":"putil-promisify","type":"library","category":null,"description":"putil-promisify is a lightweight utility designed for transforming traditional Node.js callback-style functions into Promise-based equivalents. Its current stable version is 1.10.1, indicating a mature and likely infrequently updated library, suggesting a maintenance release cadence. This package provides a straightforward API, primarily through `fromCallback`, to convert functions adhering to the `(err, data)` callback signature into Promise-returning functions. It serves as an alternative to Node.js's built-in `util.promisify` for scenarios requiring a minimal dependency or compatibility with Node.js versions older than 8.0.0 (though its `package.json` specifies Node.js >= 14.0), or for specific custom promisification needs where `util.promisify`'s behavior might not be ideal.","language":"javascript","status":"maintenance","version":"1.10.1","tags":["javascript","async","promise","promisify","typescript"],"install":[{"cmd":"npm install putil-promisify","imports":["import { fromCallback } from 'putil-promisify';","const Promisify = require('putil-promisify');\nconst promisifiedFunction = Promisify.fromCallback(callbackStyleFunction);","import type { Promisify } from 'putil-promisify';"]},{"cmd":"yarn add putil-promisify","imports":[]},{"cmd":"pnpm add putil-promisify","imports":[]}],"homepage":null,"github":"https://github.com/panates/putil-promisify","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/putil-promisify","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/putil-promisify/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}