Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
@socialgouv/datafiller-data
Advanced tools
![Node.js CI](https://github.com/SocialGouv/datafiller-data/workflows/Node.js%20CI/badge.svg) [![codecov](https://codecov.io/gh/SocialGouv/datafiller-data/branch/master/graph/badge.svg)](https://codecov.io/gh/SocialGouv/datafiller-data)
const glossary = require("@socialgouv/datafiller-data/data/glossary.json");
const agreements = require("@socialgouv/datafiller-data/data/agreements.json");
const highlights = require("@socialgouv/datafiller-data/data/highlights.json");
const requests = require("@socialgouv/datafiller-data/data/requests.json");
const themes = require("@socialgouv/datafiller-data/data/themes.json");
Pour mettre à jour les fiches :
yarn start
The release job is schedule every day at 23.00PM ans also trigger after each commit in the master branch. If data had changed, a new release will be made.
If you need to trigger the release job manually, you can do it using curl You will need to provide a valid token.
curl -H "Accept: application/vnd.github.everest-preview+json" \
-H "Authorization: token <your-token-here>" \
--request POST \
--data '{"event_type": "manual_release"}' \
https://api.github.com/repos/SocialGouv/datafiller-data/dispatches
FAQs
![Node.js CI](https://github.com/SocialGouv/datafiller-data/workflows/Node.js%20CI/badge.svg) [![codecov](https://codecov.io/gh/SocialGouv/datafiller-data/branch/master/graph/badge.svg)](https://codecov.io/gh/SocialGouv/datafiller-data)
The npm package @socialgouv/datafiller-data receives a total of 11 weekly downloads. As such, @socialgouv/datafiller-data popularity was classified as not popular.
We found that @socialgouv/datafiller-data 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
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.