Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@konturio/kontur-branding
Advanced tools
This repo contain universal components for branding Kontur products:
Stencil is a compiler for building fast web apps using Web Components.
Stencil combines the best concepts of the most popular frontend frameworks into a compile-time rather than run-time tool.
Stencil generates 100% standards-based Web Components that run in any browser supporting the Custom Elements v1 spec, so they work in any major framework or with no framework at all.
<script src='https://unpkg.com/@konturio/kontur-branding/dist/component_name@1.0.0/component_name.esm.js'></script>
, where component_name
must be replaced with name of component from list above (you can omit the version (@1.0.0) if you want to always use the latest version).npm install @konturio/kontur-branding --save
npm install @konturio/kontur-branding --save
<script src='node_modules/@konturio/kontur-branding/dist/component_name.esm.js'></script>
where component_name
must be replaced with name of component from list abovenpm install @konturio/kontur-branding --save
import '@konturio/kontur-branding'
To start run:
npm install
npm start
To build the component for production, run:
npm run build
To run the unit tests for the components, run:
npm test
To create new one component run
npm generate
When creating new component tags, use kontur
in the component name (ex: <kontur-logo>
)
FAQs
Stencil Component Starter
The npm package @konturio/kontur-branding receives a total of 0 weekly downloads. As such, @konturio/kontur-branding popularity was classified as not popular.
We found that @konturio/kontur-branding demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.