Skip to content

[DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. #2753

Closed
@zeripath

Description

@zeripath
Contributor
  • I understand that GitHub issues are not for tech support, but for questions specific to this generator, bug reports, and feature requests.
Item Version
generator-angular-fullstack v5.0.0-rc.2
Node v10.7.0
npm 6.1.0
Operating System Ubuntu 18.04 LTS

There are multiple uses of new Buffer(...) throughout the code. This has been deprecated since node v6.0.0 and these should be switched to the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead as appropriate.

Activity

added a commit that references this issue on Jul 22, 2018
2be875c
added 2 commits that reference this issue on Jul 24, 2018
e85eb48
8b6597e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Participants

      @zeripath

      Issue actions

        [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. · Issue #2753 · angular-fullstack/generator-angular-fullstack