
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.
The dlool SDK for JavaScript enables you to directly access dlool from your JavaScript code, using the native JavaScript objects, without the need to use the dlool API directly.
Dlool is the digital version of a homework book. And it is collaborative. Classical homework books have a lot of problems, also a lot of people use tablets in school and don't have any folders but still an analog homework book. With Dlool there is a good solution to this problem. There are even more problems here is a table with some problems:
Problem | Solution |
---|---|
Everyone in a class writes down the same | Dlool is collaborative, all entries from one class are available for everyone |
They are not very good for the environment | Dlool is digital, no paper is needed. |
They are not very practical | Dlool is available on all devices. |
Entries are not very structured | Dlool has a structured entry system. |
When you lose your homework book | Dlool is digital, you can't lose it. |
Every year you need a new homework book | Dlool can be used for multiple years. |
You are locked into a specific brand | Dlool is free and open source. With dlool you can export your data to ical or todo.txt. |
Homework, tests and notes are not separate | Dlool has a different system for homework, tests and notes. Everything is sperated but still in one place and easy to find. |
This is the new Dlool SDK for JavaScript and TypeScript. As it is still very early you may encounter some bugs, not all features are implemented and the documentation is not complete. If you find a bug or have a feature request please open an issue. Also note that the SDK isn't stable yet and may change in the future.
npm install dlool-sdk
or yarn add dlool-sdk
import { Dlool } from "dlool-sdk";
const dlool = new Dlool();
Some parts of the documentation are already available. You can find them on the GitHub Wiki.
Feel free to open PR - it doesn't matter if it's a bug fix, a new feature or just a typo.
pnpm i
pnpm test
and pnpm lint
FAQs
The dlool SDK for JavaScript enables you to directly access dlool from your JavaScript code, using the native JavaScript objects, without the need to use the dlool API directly.
The npm package dlool-sdk receives a total of 0 weekly downloads. As such, dlool-sdk popularity was classified as not popular.
We found that dlool-sdk 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.
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.