
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
yewno-primo-facet-addon
Advanced tools
This widget presents a mini Yewno Discover knowledge map on a webpage. Given a query via Primo, it fetches and renders the closest matching concept and its top related concepts from the Yewno concept graph.
Add the Yewno Graph Widget to your Primo facet group.

primo-explorerun the following command from within your view's main directory to add it as a dependency.
$ npm install --save-dev yewno-primo-facet-addon
this should add the following line to your package.json file...
"yewno-primo-facet-addon": "^0.0.2"
and add the contents of this repository (at that npm version) into a node_modules/yewno-primo-facet-addon
directory for your current view. the presence of this package should mean that the package was successfully
installed and added to your project.
from here you'll have to edit your main.js (or config.module.js) file to import the package, and
add yewnoPrimoFacetAddon to the dependencies inside of your 'viewCustom' module.
import 'yewno-primo-facet-addon';
angular.module('viewCustom', ['angularLoad', 'yewnoPrimoFacetAddon']);
FAQs
This widget presents a mini Yewno Discover knowledge map on a webpage. Given a query via Primo, it fetches and renders the closest matching concept and its top related concepts from the Yewno concept graph.
We found that yewno-primo-facet-addon 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.