Socket
Socket
Sign inDemoInstall

compose.js

Package Overview
Dependencies
1
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    compose.js

Compose is a JavaScript util that combines the advantages of JSX, VirtualDOM and [WebComponents](http://webcomponents.org).


Version published
Weekly downloads
1
Maintainers
1
Install size
79.9 kB
Created
Weekly downloads
 

Readme

Source

Compose.js

Compose is a JavaScript util that combines the advantages of JSX, VirtualDOM and WebComponents.

Usage

Installation via npm: npm install --save compose.js

More information soon

Requirements

Currently only the latest browsers are supported. More specifically, the code is written in ES6 with some future features such as decorators, object spread and class properties. Compose uses Babel to transpile only new language features which have not been implemented in the browsers yet.

It is suggested to use Webpack and Babel in your project, because you will probably need JSX transformations applied to your code.

Keywords

FAQs

Last updated on 26 Jun 2016

Did you know?

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc