Socket
Book a DemoInstallSign in
Socket

html-elements

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-elements

Array of all standard HTML and HTML5 elements.

Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
129
76.71%
Maintainers
1
Weekly downloads
 
Created
Source

html-elements NPM version

Array of all standard HTML and HTML5 elements.

Install with npm

npm i html-elements --save

Usage

var elements = require('html-elements');

elements();
//=> ['a','abbr','acronym','address',...]

elements('ar*');
//=> ['area','article']

Run tests

Install dev dependencies:

node i -d && mocha

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue

Author

Jon Schlinkert

License

Copyright (c) 2015 Jon Schlinkert
Released under the MIT license

This file was generated by verb on January 18, 2015.

FAQs

Package last updated on 18 Jan 2015

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