Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
pentatrion-fontello-cli
Advanced tools
Create at the root of the project
pnpm add pentatrion-fontello-cli
// fontello.config.js
import { defineConfig } from "pentatrion-fontello-cli";
export default defineConfig({
base: "src/fontello",
name: "default"
});
During the first run, it will create a config.json file and a fontello.css.template file in the fontello folder.
The fontello.css.template file can be modified and will be used at each save.
If it finds the placeholders
{{FONT_FAMILY}}
{{URL_DATA}}
{{PREFIX}}
{{TIMESTAMP}}
{{CODES}}
they will be replaced; otherwise, it will leave what is in place.
If you do not want the font to be embedded in the stylesheet in base64, simply replace in the template file
@font-face {
font-family: 'fontello';
src: url('./fontello.woff2?{{TIMESTAMP}}');;
font-weight: normal;
font-style: normal;
}
// fontello.config.js
import { defineConfig } from "pentatrion-fontello-cli";
export default defineConfig([
{
name: "default",
base: "playground/basic/font",
},
{
name: "advanced",
base: "playground/advanced",
},
]);
FAQs
Create at the root of the project
The npm package pentatrion-fontello-cli receives a total of 8 weekly downloads. As such, pentatrion-fontello-cli popularity was classified as not popular.
We found that pentatrion-fontello-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.