Typings and security fixes
- Added typings
- Removed
yarn
in preference tonpm
- Updated vulnerable packages
isContentEditable
will support other browser APIs whereelement.contentEditable
can only be accessed byelement.getAttribute('contentEditable')
yarn
in preference to npm
isContentEditable
will support other browser APIs where element.contentEditable
can only be accessed by element.getAttribute('contentEditable')