
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
ui-predicate-core
Advanced tools
Low-level ui-predicate API.
ui-predicate is available on npm repository.
using yarn:
$ yarn add ui-predicate-core
using npm:
$ npm install ui-predicate-core
You can also directly download sources or use bundles available on jsDelivr.
ES modules:
import {PredicateCore} from 'ui-predicate-core'
PredicateCore({
data: [/* */],
config:{ /* ... */ }
}).then(api => {
// use api here
console.log(api);
}, error => {
// UIPredicateCore will yield a rejected promise if something went wrong at initialization time
console.error(error);
});
CommonJS:
const {PredicateCore} = require('ui-predicate-core');
PredicateCore({
data: [/* */],
config:{ /* ... */ }
}).then(api => {
// use api here
console.log(api);
}, error => {
// UIPredicateCore will yield a rejected promise if something went wrong at initialization time
console.error(error);
});
Learn more about what ui-predicate can do in the Getting started.
Feel free to try ui-predicate on runkit.
The detailed generated API documentation is available here.
Looking for older versions API documentation? Links are available here.
We want contributing to ui-predicate to be fun, enjoyable, and educational for anyone, and everyone.
In the interest of fostering an open and welcoming environment, we have adopted a Code of Conduct that we expect project participants to commit to. Please read the full text so that you can understand what behavior will and will not be tolerated.
If you are interested in contributing to ui-predicate, please read our contributing guide to learn more about how to suggest bugfixes and improvements.
ui-predicate is MIT licensed.
FAQs
Finally a predicate UI component for the Web
We found that ui-predicate-core 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.