New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

contenteditable-utilities

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contenteditable-utilities

Utilities for contenteditable

latest
Source
npmnpm
Version
0.1.8
Version published
Maintainers
1
Created
Source

Build Status Coverage Status bitHound Dependencies

Contenteditable Utilities

codepen example

Installation

npm install contenteditable-utilities

Usage

import ContentEditable from 'contenteditable-utilities';
// const ContentEditable = require('contenteditable-utilities');

    new ContentEditable({
        element: dummyElement,
        options: {
            onBlur: (value) => {
                console.log(value);
            }
        }
    });

value should be valid

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

Keywords

contenteditable

FAQs

Package last updated on 07 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts