
Security News
Critical Security Vulnerability in React Server Components
React disclosed a CVSS 10.0 RCE in React Server Components and is advising users to upgrade affected packages and frameworks to patched versions now.
@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 --savenpm 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 --saveimport '@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
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.

Security News
React disclosed a CVSS 10.0 RCE in React Server Components and is advising users to upgrade affected packages and frameworks to patched versions now.

Research
/Security News
We spotted a wave of auto-generated “elf-*” npm packages published every two minutes from new accounts, with simple malware variants and early takedowns underway.

Security News
TypeScript 6.0 will be the last JavaScript-based major release, as the project shifts to the TypeScript 7 native toolchain with major build speedups.