![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.
@sankhyalabs/docscss
Advanced tools
docscss é um projeto criado para documentação de variavéis css, tem como principal objetivo gerar um markdown apresentando o nome da varivel e o qual é seu objetivo faz.
Documentação no CSS.
/*@doc Define a largura do box do checkbox */
--chk--box--width: 18px;
/*@doc Define a altura do box do checkbox */
--chk--box--height: 18px;
Documentação gerada.
Variable | Description |
---|---|
--chk--box--width | Define a largura do box do checkbox |
--chk--box--height | Define a altura do box do checkbox |
Instalação:
npm install @sankhyalabs/docscss --save-dev
Utilizar como task do gulp:
const {CssDocs} = require('@sankhyalabs/docscss');
gulp.task('css-docs', function () {
return watch(['src/components/*/*.{css,sass}'], { ignoreInitial: false }, function (vnyl) {
CssDocs.build(vnyl.path);
});
});
Utilizar como script do node:
import {CssDocs} from '@sankhyalabs/docscss';
CssDocs.build('src/components/**/*.css');
Assinatura | Funcionalidades |
---|---|
build(path: string | string[]): void | Essa função recebe uma string ou um Array de strings com o(s) path(s) do(s) arquivos(s) css a serem parseados, essa string pode ser o caminho completo do arquivo, ou com caracteres curingas. Exemplos: "src/components//.{css,sass}", "src/components/**/*.css", src/components/inputs/meuinput.css |
FAQs
Utilitario gerador de documentaçao de CSS.
The npm package @sankhyalabs/docscss receives a total of 106 weekly downloads. As such, @sankhyalabs/docscss popularity was classified as not popular.
We found that @sankhyalabs/docscss demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.