node-ejs 3.1.10+~3.1.5-1 source package in Ubuntu

Changelog

node-ejs (3.1.10+~3.1.5-1) unstable; urgency=medium

  * Team upload
  * Declare compliance with policy 4.7.0
  * New upstream version (Closes: CVE-2023-29827)

 -- Yadd <email address hidden>  Sun, 28 Apr 2024 17:57:09 +0400

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-ejs_3.1.10+~3.1.5-1.dsc 2.3 KiB b3d3707626f6bf750c3ae6ae8dd6ffcb20853c5be42b13cd9cc8a3e334276a12
node-ejs_3.1.10+~3.1.5.orig-types-ejs.tar.gz 5.1 KiB cffb023fb32615e92fdada597e6ae614b539ab21202b41f45e3def9004c0d1be
node-ejs_3.1.10+~3.1.5.orig.tar.gz 113.8 KiB 2652bb8c3c62d5e2270336d43fe9d16e0e6e1caa01cd30d28f926f16c6673580
node-ejs_3.1.10+~3.1.5-1.debian.tar.xz 4.2 KiB e1598b37d1bb854535019c2bbd585d16765faf40900c91aad644216474b8d052

No changes file available.

Binary packages built by this source

node-ejs: Embedded JavaScript templates

 This module provides embedded JavaScript templates, like
  - Control flow with <% %>
  - Escaped output with <%= %> (escape function configurable)
  - Unescaped raw output with <%- %>
  - Newline-trim mode ('newline slurping') with -%> ending tag
  - Whitespace-trim mode (slurp all whitespace) for control flow with <%_ _%>
  - Custom delimiters (e.g., use <? ?> instead of <% %>)
  - Includes
  - Client-side support
  - Static caching of intermediate JavaScript
  - Static caching of templates
  - Complies with the Express view system
 .
 Node.js is an event-based server-side JavaScript engine.