Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Avoid using deprecated Buffer API #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Mar 22, 2018

  1. Avoid using deprecated Buffer API

    Use Buffer.from when it's available instead of 'new Bufer(string)'
    
    Fixes: npm#60
    Refs: https://nodejs.org/api/deprecations.html#deprecations_dep0005_buffer_constructor
    ChALkeR authored Mar 22, 2018
    Configuration menu
    Copy the full SHA
    1b843e8 View commit details
    Browse the repository at this point in the history