Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
rijs.components
Advanced tools
[![Coverage Status](https://coveralls.io/repos/rijs/components/badge.svg?branch=master&service=github)](https://coveralls.io/github/rijs/components?branch=master) [![Build Status](https://travis-ci.org/rijs/components.svg)](https://travis-ci.org/rijs/com
Redraws any custom elements on the page when any of it's dependencies change (either the component definition, data, or styles).
Given the following markup on your page:
<component-name data="something">
With a component-name
(function) and something
(data) registered in Ripple, it will invoke component-name.call(<el>, something)
whenever a change is detected in either of those resources. Internally, this is basically implemented as follows but in a more generic form:
ripple('something').on('change', function(){
all('[data=something]')
.map(ripple.draw)
})
All instances of Custom Elements will be upgraded automatically. You can also manually invoke renders:
ripple.draw(<el> | resource object | resource name)
If the first parameter is a DOM element, it will rerender that. If it is a resource (name or object), it will rerender anything on your page that depends on that resource.
See the Primer#Components for more info
FAQs
[![Coverage Status](https://coveralls.io/repos/rijs/components/badge.svg?branch=master&service=github)](https://coveralls.io/github/rijs/components?branch=master) [![Build Status](https://travis-ci.org/rijs/components.svg)](https://travis-ci.org/rijs/com
The npm package rijs.components receives a total of 9,669 weekly downloads. As such, rijs.components popularity was classified as popular.
We found that rijs.components demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.