Topic: javascript

Node.js 18 available with Fetch API enabled by default

The latest version of the JavaScript runtime Node.js is now available.  Node.js 18 includes an update to the V8 JavaScript engine, global fetch enabled by default, and a core test runner module. The V8 engine has been upgraded to version 10.1. This latest version is part of Chromium 101. Upgrading to this latest version unlocked … continue reading

SD Times Open-Source Project of the Week: Lexical

Facebook announced that it open-sourced Lexical, an extensible JavaScript web text-editor library that emphasizes reliability, accessibility and performance. The project’s set of editor states represent the current and pending states of the editor at any given time. Developers can attach a content-editable DOM element to editor instances, and also register listeners and commands. Users can … continue reading

Microsoft releases TypeScript 4.6

Microsoft has released the latest version of TypeScript, its language that builds on JavaScript and adds syntax for type. With TypeScript 4.6, users gain several new features. Since the Release Candidate, the team at Microsoft has also worked to do some internal refactoring which has fixed certain issues, corrected a few error messages, and improved … continue reading

Report: 1,300 malicious npm packages detected recently

The widely used JavaScript package manager npm is the latest technology to become closely examined by the security community after it was discovered that attackers were using it for malicious purposes.  Security company WhiteSource has detected over 1,300 malicious npm packages and has released a threat report detailing its findings. The malware detected was being … continue reading

For reduced development cost and accelerated code delivery, try TypeScript

While JavaScript is frequently the language of choice for all sizes of frontend and backend applications, it’s not the only option. Nor is it necessarily the most efficient or cost-effective. Increasingly, TypeScript is becoming the go-to language for app development ─ particularly for larger apps. The time- and cost-saving benefits are significant enough that some … continue reading

Node.js 17 now available

Node.js 17 was launched with new features such as OpenSSL 3 support, Node.js version in stack traces, V8 JavaScript Engine Version 9.5, new promises APIs, and updated platform support.  The previous version, Node.js 16 has received LTS support and is still recommended for production deployments, while Node.js 17 is for testing and providing feedback on … continue reading

Updated --help in TypeScript 4.4

TypeScript 4.4 brings control flow analysis

Microsoft has announced the general availability of TypeScript 4.4.  This latest release introduces control flow analysis for aliased conditions and discriminants, which checks to see if a type guard has been used before a particular piece of code.  Another new feature is index signatures for symbol and template string patterns. Index signatures are used to … continue reading

SD Times news digest: JetBrains Space adds notification management, Microsoft GCToolkit goes open source, Google is deprecating its JavaScript-based Google Platform Library

JetBrains added Notifications Management to its Space product to help developers deal with information overload.  #Spacebox, the new default personal feed, intelligently highlights the most relevant notifications, and users can customize the setup to adjust notifications they want to see inside Spacebox, as well as in any feed or group channel.  “Our goal with Space … continue reading

SD Times Open-Source Project of the Week: Marko

Marko is an open-source programming language that reimagines HTML from a markup language into a programming language. As its website states: “It’s like HTML and JS had a perfect baby that grew up to be awesome.” It does not require learning any new language syntax beyond what’s available in vanilla HTML, CSS, and JavaScript, which … continue reading

SD Times news digest: Dremio launches SQL Lakehouse Service, Fastly launched JavaScript in Compute@Edge, Crystal 1.1 released

The SQL lakehouse company Dremio announced its cloud-native SQL-based data lakehouse service, Dremio Cloud.  The new service enables organizations to leverage no-copy open data architecture that eliminates the need to copy data into expensive and proprietary warehouses. It enables high-performance SQL workloads directly on cloud storage. “We built Dremio to automatically handle any scale with … continue reading

Report: JavaScript remains the most popular language among developers

JavaScript is the most popular language among developers. This is according to the fifth annual Developer Ecosystem Survey conducted by JetBrains with responses from 31,743 developers from 183 different countries. This finding is consistent with last year’s report, which found JavaScript to be the most widely used language. The purpose of the survey is to … continue reading

Screenshot of Next.js Live

Next.js 11 now available with new live collaboration features

Vercel, the company behind the React and JavaScript framework Next.js, announced the release of Next.js 11 at its Next.js Conf.  New improvements include faster starts and changes, real-time feedback, live collaboration, and image optimizations.  Vercel announced a preview of Next.js Live, which enables developers to develop in their web browsers. According to the company, this … continue reading

DMCA.com Protection Status