Back to Explore

ChALkeR/safer-buffer

GitHub
1 watchersOpen source

Last release: 4/8/2018

Safer-buffer is a polyfill that provides a “modern” Buffer API for Node.js, targeting compatibility from older Node.js versions (0.8) up to current. It is useful when you need to port code to Buffer.alloc and Buffer.from while still running on outdated Node.js, using require('safer-buffer').Buffer in the files that call the new API.

Project status

  • The repository appears to be largely inactive, with the last upstream push on 2021-04-22, and the only provided recent updates item being v2.1.1 from 2018-04-08.
  • Update cadence is effectively sparse based on the evidence shown, with no additional updates listed after v2.1.1 in the provided data.

AI summary generated Today

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • v2.1.1

    4/8/2018

    This release (v2.1.1) addresses an issue related to Browserify integration. If you rely on bundling with browserify, this update should improve compatibility.