
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@gouvfr-lasuite/proconnect.insee
Advanced tools
⚡ Typed api.insee.fr API for ProConnect
npm install @gouvfr-lasuite/proconnect.insee
Get full fetch client from @gouvfr-lasuite/proconnect.insee/client
import { createInseeOpenApiClient } from "@gouvfr-lasuite/proconnect.insee/client";
const inseeSirenePrivateOpenApiClient = createInseeSirenePrivateOpenApiClient(
"__INSEE_API_TOKEN__",
{ baseUrl: "https://api.insee.fr" },
);
Get use case api factory functions from @gouvfr-lasuite/proconnect.insee/api
import { findBySiretFactory } from "@gouvfr-lasuite/proconnect.insee/api/insee";
export const findBySiret = findBySiretFactory(inseeOpenApiClient);
const establishment: InseeSiretEstablishment = await findBySiret("662042449");
Get API Entreprise types and errors from @gouvfr-lasuite/proconnect.insee/types
import type { InseeSiretEstablishment } from "@gouvfr-lasuite/proconnect.insee/types";
const establishment: InseeSiretEstablishment;
Get models formatters from @gouvfr-lasuite/proconnect.insee/formatters
import { formatBirthdate } from "@gouvfr-lasuite/proconnect.insee/formatters";
const birthdate: Date = formatBirthdate("19800601");
Used for internal tests
FAQs
> ⚡ Typed api.insee.fr API for ProConnect
The npm package @gouvfr-lasuite/proconnect.insee receives a total of 29 weekly downloads. As such, @gouvfr-lasuite/proconnect.insee popularity was classified as not popular.
We found that @gouvfr-lasuite/proconnect.insee demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.