Node JS

[ follow ]
fromThe Hacker News
1 day ago

npm's Update to Harden Their Supply Chain, and Points to Consider

Let's start with the original problem Historically, npm relied on classic tokens: long-lived, broadly scoped credentials that could persist indefinitely. If stolen, attackers could directly publish malicious versions to the author's packages (no publicly verifiable source code needed). This made npm a prime vector for supply-chain attacks. Over time, numerous real-world incidents demonstrated this point. Shai-Hulud, Sha1-Hulud, and chalk/debug are examples of recent, notable attacks.
Node JS
fromVue.js Jobs
3 days ago

Software Development Engineer III - Core CRM at HighLevel - VueJobs

HighLevel is an AI powered, all-in-one white-label sales & marketing platform that empowers agencies, entrepreneurs, and businesses to elevate their digital presence and drive growth. We are proud to support a global and growing community of over 2 million businesses, comprised of agencies, consultants, and businesses of all sizes and industries. HighLevel empowers users with all the tools needed to capture, nurture, and close new leads into repeat customers.
Node JS
fromLogRocket Blog
2 days ago

How to solve package validation pain with Publint - LogRocket Blog

Package validation is the process of verifying that your library is correctly structured, configured, and ready to be consumed by others before you publish it. It's not about checking whether your logic works. That's what tests are for. It's about making sure your package metadata, entry points, module formats, and published files all line up so that consumers can install and use it without unexpected runtime errors.
Node JS
Node JS
fromCodeberg.org
5 days ago

promethee

Promethee provides UEFI bindings that let JavaScript code in script.js run as a freestanding bootloader and call UEFI services.
#typescript
fromGitHub
1 week ago
Node JS

GitHub - webllm/browser-use: browser-use for TypeScript: AI-Powered Browser Automation from Python's Acclaimed Library

fromGitHub
1 week ago
Node JS

GitHub - webllm/browser-use: browser-use for TypeScript: AI-Powered Browser Automation from Python's Acclaimed Library

Node JS
fromMedium
1 month ago

Gemini CLI Quick Start

Gemini CLI provides an interactive terminal-based AI coding assistant powered by Google's Gemini models, with codebase awareness, tool execution, MCP support, session management, and sandboxing.
fromNew Relic
2 weeks ago

Setting Up AWS Distro for OpenTelemetry with Container-Based Lambda Functions and New Relic

Observability in serverless environments can be challenging, but AWS Distro for OpenTelemetry (ADOT) simplifies this by providing a standardized, vendor-neutral way to collect and export telemetry. ADOT allows you to leverage industry-standard OpenTelemetry APIs to instrument your applications without being locked into a single observability backend. The challenge with containerized Lambdas is that they do not support standard Lambda Layers. Since ADOT is typically deployed as a layer for Lambda functions, we need an alternative way to get the telemetry agent into our execution environment.
Node JS
#nodejs
Node JS
fromThe Hacker News
1 month ago

Critical Node.js Vulnerability Can Cause Server Crashes via async_hooks Stack Overflow

A Node.js bug with async_hooks can cause the runtime to exit with code 7 on stack exhaustion, enabling Denial-of-Service across many production applications.
#nodejs-24
fromThe NodeSource Blog - Node.js Tutorials, Guides, and Updates
3 weeks ago

Resolved: GPG Signature Warnings on Debian 13 and Modern Ubuntu

If you've recently upgraded to Debian 13 ("Trixie") or a newer version of Ubuntu and suddenly started seeing security warnings when running apt update (or apt update --audit), don't worry. You didn't do anything wrong. This is a side effect of a broader security change across modern Linux distributions. SHA-1 signatures are being deprecated, and repositories that still rely on them may now trigger warnings or audits. What changed? We've rotated our GPG keys to SHA-512 and re-signed our repositories to align with modern security standards, using Sequoia-PGP. In short: Stronger signatures Better compatibility with modern OS policies No more GPG warnings for supported versions
Node JS
Node JS
fromInfoWorld
2 weeks ago

Deno boosts dependency management with JSR

Deno 1.42 adds JSR package registry support, improves Node/NPM compatibility and startup speed, and updates V8 to 12.3 and TypeScript to 5.4.3.
Node JS
fromInfoWorld
2 weeks ago

Deno shrinks deno compile binaries

Deno 1.41 reduces deno compile binary sizes up to 50% and adds official Linux ARM64 builds plus compatibility, API, and language-server improvements.
Node JS
fromInfoWorld
2 weeks ago

Bun 1.1 JavaScript toolkit backs Windows 10

Bun 1.1 adds Windows 10 support, improves Node.js compatibility, boosts performance, stabilizes WebSocket, and integrates SQLite and developer tooling.
Node JS
fromInfoQ
3 weeks ago

Prisma 7: Rust-Free Architecture and Performance Gains

Prisma ORM 7.0 replaces its Rust query engine with a TypeScript runtime, yielding smaller bundles, faster queries, lower CPU/memory usage, and easier edge deployments.
Node JS
fromGitHub
4 weeks ago

GitHub - cluster-127/atrion: Cognitive Resilience Runtime

Model traffic as a physical system and use resistance-based feedback, Z-score auto-tuning, deterministic backpressure, and priority load shedding to prevent cascading failures.
fromVerou
1 month ago

Web dependencies are broken. Can we fix them? * Lea Verou

Dear JS ecosystem, I love you, but you have a dependency management problem when it comes to the Web, and the time has come for an intervention. No, this is not another rant about npm's security issues. Abstraction is the cornerstone of modern software engineering. Reusing logic and building higher-level solutions from lower-level building blocks is what makes all the technological wonders around us possible. Imagine if every time anyone wrote a calculator they also had to reinvent floating-point arithmetic and string encoding!
Node JS
fromInfoQ
1 month ago

Bun Introduces Built-in Database Clients and Zero-Config Frontend Development

Bun, the fast all-in-one JavaScript runtime, has released version 1.3, marking its biggest release yet with comprehensive full-stack development capabilities, unified database APIs, and performance improvements across the runtime. Bun 1.3 introduces zero-configuration frontend development with built-in hot module replacement and React Fast Refresh support. Developers can now run HTML files directly with Bun, which automatically handles JavaScript, CSS, and React transpilation and bundling.
Node JS
Node JS
fromGitHub
1 month ago

GitHub - evoluteur/jacked-gpt: AI-driven web application to create personalized workout routines tailored to your goals, helping you achieve peak performance. Say goodbye to generic workouts and hello to innovation!

AI-driven app generates personalized workout routines via a web UI and NodeJS server using OpenAI, enabling customized fitness plans and easy local deployment.
fromInfoWorld
1 month ago

Deno adds tool to run NPM and JSR binaries

Deno 2.6, the latest version of the TypeScript, JavaScript, and WebAssembly runtime, adds a tool, called dx, to run binaries from NPM and JSR (JavaScript Registry) packages. The update to the Node.js rival was announced December 10; installation instructions can be found at docs.deno.com. Current users can upgrade by running the deno upgrade command in their terminal.
Node JS
Node JS
fromThe Code Barbarian
2 months ago

Mongoose 9.0: Async Stack Traces, Cleaner Middleware, Stricter TypeScript

Mongoose 9 enables real async stack traces and fully async middleware, improving debuggability by removing callback-based APIs.
Node JS
fromAmazon Web Services
2 months ago

AWS SDK for JavaScript aligns with Node.js release schedule | Amazon Web Services

AWS SDK for JavaScript v3 will follow the Node.js release schedule, testing on all LTS versions and providing eight additional months of support past Node.js EOL.
Node JS
fromInfoWorld
2 months ago

Intro to Nest.js: Server-side JavaScript development on Node

Nest.js is a server-side, TypeScript-friendly, modular framework for Node.js with dependency injection and built-in components for scalable web application development.
[ Load more ]