
Security News
Next.js Patches Critical Middleware Vulnerability (CVE-2025-29927)
Next.js has patched a critical vulnerability (CVE-2025-29927) that allowed attackers to bypass middleware-based authorization checks in self-hosted apps.
@blinkk/degu
Advanced tools
A general utility library for interactive websites, with a focus on performance.
A general utility library for interactive websites, with a focus on performance.
degu is an interactive developer toolbox. It is not the next buzzword-filled, huge component library with ready-made UI solutions (such as modals, carousels, etc.) but it aims to provide the "hammer and nails" needed to build highly-interactive, performant, kickass websites.
npm install @blinkk/degu@latest --save-dev
Import the library:
import {WebWorker} from '@blinkk/degu';
const worker = new WebWorker((params)=> {
return params.a * params.b;
})
worker.run({a: 5, b: 2}).then((result)=> {
console.log(result); // 10
})
Import specific files:
import * as mathf from '@blinkk/degu/lib/mathf/mathf.js'
import * as is from '@blinkk/degu/lib/is/is.js'
import * as dom from '@blinkk/degu/lib/dom/dom.js';
Classes under threef
require three.js deps. Currently supports r110.
npm install --save-dev three@0.110.0
npm install --save-dev @types/three@0.103.2
degu supports only "evergreen" browsers back to the latest two versions:
If you have already been using version 2.x.y and are upgrading to version 3.x.y, see our MIGRATION.md guide for details.
Please read CONTRIBUTING.md on how to develop for degu.
Please read LICENSE.md
FAQs
A general utility library for interactive websites, with a focus on performance.
The npm package @blinkk/degu receives a total of 6,783 weekly downloads. As such, @blinkk/degu popularity was classified as popular.
We found that @blinkk/degu demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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
Next.js has patched a critical vulnerability (CVE-2025-29927) that allowed attackers to bypass middleware-based authorization checks in self-hosted apps.
Security News
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
Product
Socket, the leader in open source security, is now available on Google Cloud Marketplace for simplified procurement and enhanced protection against supply chain attacks.