Socket
Book a DemoInstallSign in
Socket

create-element-class

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-element-class

ES5-friendly function for creating custom element classes

1.0.1
latest
Source
npmnpm
Version published
Maintainers
2
Created
Source

Example usage

npm install create-element-class --save-dev
const createElementClass = require('create-element-class')

const HelloWorld = createElementClass({
  observedAttributes: ['foo', 'bar'],
  attributeChangedCallback(name, oldValue, newValue) {},
  connectedCallback() {},
  disconnectedCallback() {}
})

customElements.define('hello-world', HelloWorld)

Credit

Thank you, Andy VanWagoner, for giving me permission to publish this after-hours experiment of yours.

Keywords

Custom

FAQs

Package last updated on 23 Nov 2016

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.