Skip to content

result of Buffer.from with base64 is different between versions #651

Closed
@rapidia

Description

@rapidia
  • Node.js Version: v6.10.3
  • OS: MacOS 10.12.5
  • Scope (install, code, runtime, meta, other?): other
  • Module (and version) (if relevant):
Buffer.from("It's weirdest I've Ever Seen!!", "base64")
// in v6.10.1 result is 
// <Buffer 22 db 30 7a 2a dd 7a cb 48 bd e1 2f 7a b4 9e 7a 7f>
// in v6.10.3 result is 
// <Buffer 22 db 30 7a 2a dd 7a cb 48 bd e1 2f 7a b4 9e 7a>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions