
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
@freshworks/core
Advanced tools
ember install @freshworks/core
Contains the core design modules of Freshworks DSM:
To import these stylesheets in your host app, add any/all of the following to your app.scss
as per your requirement.
@import "nucleus/variables";
@import "nucleus/animations";
@import "nucleus/utilities";
To import them in another dependent addon (e.g @freshdesk/button), add the following to the addon's index.js
:
treeForAddonStyles(tree) {
let coreStyleTree = new Funnel(this.getCoreStylesPath(), {
destDir: 'nucleus'
});
return mergeTrees([coreStyleTree, tree]);
},
getCoreStylesPath() {
let pkgPath = path.dirname(require.resolve(`@freshworks/core/package.json`));
return path.join(pkgPath, 'app/styles');
}
REASON:
@nucleus/core
's app style funnel needs to be merged with the addon's style funnel in order for those files to be recognised by ember-cli-sass. More info here
FAQs
Nucleus::Core - SCSS styles & helpers
The npm package @freshworks/core receives a total of 528 weekly downloads. As such, @freshworks/core popularity was classified as not popular.
We found that @freshworks/core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 15 open source maintainers 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 new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.