
Product
Go Support Is Now Generally Available
Socket's Go support is now generally available, bringing automatic scanning and deep code analysis to all users with Go projects.
mrules-engine
Advanced tools
const engine = require('./rules-engine');
const pageData = {
app: {
data: {
page: 'Page 1'
}
}
};
const rules = [{
pathTo: 'app.data.page',
pathFor: 'page',
selectorFn: (page) => `This is my ${page}`,
fallback: 'page-1'
}];
const data = engine(pageData, rules);
console.log(data);
// Output: { page: 'This is my Page 1' }
FAQs
A package for generating objects via a set of rules.
The npm package mrules-engine receives a total of 2 weekly downloads. As such, mrules-engine popularity was classified as not popular.
We found that mrules-engine 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.
Product
Socket's Go support is now generally available, bringing automatic scanning and deep code analysis to all users with Go projects.
Security News
vlt adds real-time security selectors powered by Socket, enabling developers to query and analyze package risks directly in their dependency graph.
Security News
CISA extended MITRE’s CVE contract by 11 months, avoiding a shutdown but leaving long-term governance and coordination issues unresolved.