
Product
Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.
Aurion.js is a JavaScript library for interacting with the Aurion API, a product from Auriga an ERP system for higher education institutions.
This library is using the mobile API of Aurion, which is a REST API instead of the Java Faces used by the web interface. Some features are not available in the mobile API, but it is more stable and faster than the web interface.
Here is an example of how to use the library to get the timetable of a user.
const { AurionClient } = require('aurion');
// Configure the client with the mobile API URL and your tokens
const client = new AurionClient({
baseUrl: 'https://aurion.example.com/mobile',
/*
tokens: { // You can specify the tokens here or use the login method
normal: 'YOUR_NORMAL_TOKEN',
comptage: 'YOUR_COMPTAGE_TOKEN'
}
*/
});
// Login with your credentials
client.login('john.doe@example.com', 'password')
.then(async () => {
// Get the timetable between 2024-01-01 and 2024-01-02
const timetable = await client.getTimetable(new Date('2024-01-01'), new Date('2024-01-02'));
console.log(timetable);
})
FAQs
Client for Aurion API, a french school management software
The npm package aurion receives a total of 25 weekly downloads. As such, aurion popularity was classified as not popular.
We found that aurion 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.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.

Research
More than 140 Mastra npm packages were compromised in a supply chain attack that used a typosquatted dependency to deliver a cross-platform infostealer during installation.

Research
/Security News
A new npm package tests AI malware scanners with prompt injection, safety-triggering comments, context flooding, and obfuscated JavaScript.