Skip to content

Update README.md#2

Open
buuug7 wants to merge 1 commit into
saga-playground:masterfrom
buuug7:master
Open

Update README.md#2
buuug7 wants to merge 1 commit into
saga-playground:masterfrom
buuug7:master

Conversation

@buuug7
Copy link
Copy Markdown

@buuug7 buuug7 commented Oct 5, 2020

Buffer construct is deprecated, change Buffer(data, 'base64) to Buffer.from(data, 'base64')

DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

Buffer construct is deprecated, change Buffer(data, 'base64) to Buffer.from(data, 'base64')
DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant