
Research
/Security News
GlassWASM: WebAssembly Malware Found in Trojanized Open VSX Extensions
The trojanized extensions use TinyGo-compiled WebAssembly and Solana transaction memos to resolve command-and-control infrastructure.
tricoteuses-assemblee
Advanced tools
npx babel-node --extensions ".ts" --max-old-space-size=5120 -- src/scripts/retrieve_open_data.ts ../assemblee-data/
npx babel-node --extensions ".ts" --max-old-space-size=2048 src/scripts/split_data.ts ../assemblee-data/
Note: These split files are also available in Tricoteuses / Open data Assemblée nationale repositories. They are updated every day.
npx babel-node --extensions ".ts" -- src/scripts/clean_split_data.ts ../assemblee-data/
Note: These split & cleaned files are also available in Tricoteuses / Open data Assemblée nationale repositories with the _nettoye suffix. They are updated every day.
npx babel-node --extensions ".ts" --max-old-space-size=8192 -- src/scripts/clean_data.ts ../assemblee-data/
Note: The big non-split open data files should not be used. Use small split files instead.
npx babel-node --extensions ".ts" -- src/scripts/retrieve_deputes_photos.ts --fetch ../assemblee-data/
npx babel-node --extensions ".ts" -- src/scripts/retrieve_deputes_infos.ts --fetch --parse ../assemblee-data/
npx babel-node --extensions ".ts" -- src/scripts/retrieve_documents.ts --fetch --parse ../assemblee-data/
npx babel-node --extensions ".ts" --max-old-space-size=2048 -- src/scripts/test_load_all.ts ../assemblee-data/
npx babel-node --extensions ".ts" --max-old-space-size=2048 -- src/scripts/test_load_all_big_files.ts ../assemblee-data/
Note: The big non-split open data files should not be used. Use small split files instead.
npx quicktype --acronym-style=camel -o src/raw_types/acteurs_et_organes.ts ../assemblee-data/AMO*_{XIV,XV,historique}.json
Edit src/raw_types/acteurs_et_organes.ts to add the following static methods to class Convert:
public static toActeur(json: string): Acteur {
return cast(JSON.parse(json), r("Acteur"));
}
public static acteurToJson(value: Acteur): string {
return JSON.stringify(uncast(value, r("Acteur")), null, 2);
}
public static toOrgane(json: string): Organe {
return cast(JSON.parse(json), r("Organe"));
}
public static organeToJson(value: Organe): string {
return JSON.stringify(uncast(value, r("Organe")), null, 2);
}
npx quicktype --acronym-style=camel -o src/raw_types/agendas.ts ../assemblee-data/Agenda_{XIV,XV}.json
Edit src/raw_types/agendas.ts to add the following static methods to class Convert:
public static toReunion(json: string): Reunion {
return cast(JSON.parse(json), r("Reunion"));
}
public static reunionToJson(value: Reunion): string {
return JSON.stringify(uncast(value, r("Reunion")), null, 2);
}
npx quicktype --acronym-style=camel -o src/raw_types/amendements.ts ../assemblee-data/Amendements_XV.json
Edit src/raw_types/amendements.ts to add the following static methods to class Convert:
public static toTexteleg(json: string): Texteleg {
return cast(JSON.parse(json), r("Texteleg"));
}
public static textelegToJson(value: Texteleg): string {
return JSON.stringify(uncast(value, r("Texteleg")), null, 2);
}
npx quicktype --acronym-style=camel -o src/raw_types/dossiers_legislatifs.ts ../assemblee-data/Dossiers_Legislatifs_{XIV,XV}.json
Edit src/raw_types/dossiers_legislatifs.ts to add the following static methods to class Convert:
public static toDocument(json: string): Document {
return cast(JSON.parse(json), r("Document"));
}
public static documentToJson(value: Document): string {
return JSON.stringify(uncast(value, r("Document")), null, 2);
}
public static toDossierParlementaire(json: string): DossierParlementaire {
return cast(JSON.parse(json), r("DossierParlementaire"));
}
public static dossierParlementaireToJson(value: DossierParlementaire): string {
return JSON.stringify(uncast(value, r("DossierParlementaire")), null, 2);
}
npx quicktype --acronym-style=camel -o src/raw_types/scrutins.ts ../assemblee-data/Scrutins_{XIV,XV}.json
Edit src/raw_types/scrutins.ts to add the following static methods to class Convert:
public static toScrutin(json: string): Scrutin {
return cast(JSON.parse(json), r("Scrutin"));
}
public static scrutinToJson(value: Scrutin): string {
return JSON.stringify(uncast(value, r("Scrutin")), null, 2);
}
FAQs
Retrieve, clean up & handle French Assemblée nationale's open data
The npm package tricoteuses-assemblee receives a total of 3 weekly downloads. As such, tricoteuses-assemblee popularity was classified as not popular.
We found that tricoteuses-assemblee demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.

Research
/Security News
The trojanized extensions use TinyGo-compiled WebAssembly and Solana transaction memos to resolve command-and-control infrastructure.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.