New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cycle/dom

Package Overview
Dependencies
Maintainers
1
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cycle/dom

The standard DOM Driver for Cycle.js, based on virtual-dom, and other helpers

  • 3.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.3K
decreased by-46.26%
Maintainers
1
Weekly downloads
 
Created
Source

Cycle DOM

A collection of Cycle drivers to enable interaction with the DOM. It includes a DOM Driver, an HTML Driver, both working on top of virtual-dom.

Read the docs and check the examples.

npm version

Browser support

Sauce Test Status

Resources

  • Hyperscript-helpers npm install hyperscript-helpers: create virtual DOM elements with div({className: 'wrapper'}, [ h1('Header') ]) instead of h('div.wrapper', [ h('h1', 'Header') ]).

LICENSE

The MIT License (MIT)


Build Status Code Climate Dependency Status devDependency Status

Keywords

FAQs

Package last updated on 24 Jul 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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc