![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
gentics-ui-core
Advanced tools
This is the common core framework for the Gentics CMS and Mesh UI apps.
npm install gentics-ui-core
// app.module.ts
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { GenticsUICoreModule } from 'gentics-ui-core';
@NgModule({
// ...
imports: [
FormsModule,
GenticsUICoreModule.forRoot(),
ReactiveFormsModule
]
}
export class AppModule { }
Full documentation and examples are available at https://dev.gentics.com/gentics-ui-core/
Although the UI Core is intended to be consumed in a raw (uncompiled) state, there is a demo app
included under src/demo
which will serve as a "living style guide"
as well as a way to manually test each of the core components.
npm install
gulp docs:build
docs/
folderA fairly recent version of the docs app is also availiable on dev.gentics.com.
npm shrinkwrap
git commit -am 'vX.Y.Z'
git tag vX.Y.Z
git reset --hard HEAD^
git push origin vX.Y.Z master
gulp dist:build
npm publish
FAQs
This is the common core framework for the Gentics CMS and Mesh UI, and other Angular applications.
The npm package gentics-ui-core receives a total of 0 weekly downloads. As such, gentics-ui-core popularity was classified as not popular.
We found that gentics-ui-core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.