Skip to content

Use Array.isArray instead of util.isArray in flash.js - #58

Closed
admstesla wants to merge 1 commit into
jaredhanson:masterfrom
admstesla:fix-deprecation-util-isArray
Closed

Use Array.isArray instead of util.isArray in flash.js#58
admstesla wants to merge 1 commit into
jaredhanson:masterfrom
admstesla:fix-deprecation-util-isArray

Conversation

@admstesla

Copy link
Copy Markdown

This PR addresses the [DEP0044] DeprecationWarning in Node.js, which suggests replacing the deprecated util.isArray with Array.isArray(). (below)

(node:38224) [DEP0044] DeprecationWarning: The util.isArrayAPI is deprecated. Please useArray.isArray() instead.

Needed to install diff@latest and vows@latest for npm test to pass.

@admstesla admstesla closed this Oct 23, 2024
@admstesla

Copy link
Copy Markdown
Author

duplication of #57

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