node-has-to-string-tag-x 1.4.1+dfsg-3 source package in Ubuntu

Changelog

node-has-to-string-tag-x (1.4.1+dfsg-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.
  * Apply multi-arch hints. + node-has-to-string-tag-x: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 08 Dec 2022 03:46:03 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-has-to-string-tag-x_1.4.1+dfsg-3.dsc 2.2 KiB e868a4ba81774f88590b8761a90dbe0f943199116f7d5cc4b407cd542aeacc41
node-has-to-string-tag-x_1.4.1+dfsg.orig.tar.xz 3.5 KiB 498bd0b25dc074f49e2adea73eca1507615f5808b469757b76ed748300a3361f
node-has-to-string-tag-x_1.4.1+dfsg-3.debian.tar.xz 3.0 KiB 98128b1359ebe52f8214dbadf007f6defda3796f5cd5be4e1cd1d3561f429e96

Available diffs

No changes file available.

Binary packages built by this source

node-has-to-string-tag-x: Tests if ES6 @@toStringTag is supported

 Indicates if `Symbol.toStringTag`exists and is the correct type. `true`, if it
 exists and is the correct type, otherwise `false`.
 .
 This was introduced in ECMA-262, 6th edition of ECMAScript 2015 Language
 specification (also known as ES6 or ES2015).
 .
 Node.js is an event-based server-side JavaScript engine.