jstimezonedetect.js 1.0.7+~1.0.3-1 source package in Ubuntu

Changelog

jstimezonedetect.js (1.0.7+~1.0.3-1) unstable; urgency=medium

  * Team upload
  * Update standards version to 4.6.0, no changes needed.
  * Drop dependency to nodejs
  * Fix debian/watch: use npm registry (no upstream tags)
  * Embed typescript declarations
  * New upstream version 1.0.7+~1.0.3
  * Update build and drop patch
  * Update copyright

 -- Yadd <email address hidden>  Sun, 26 Dec 2021 18:35:09 +0100

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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jstimezonedetect.js_1.0.7+~1.0.3-1.dsc 2.5 KiB 625636db40b17beece687daefa4875418fc91365d83fdefa5504f34e9af99783
jstimezonedetect.js_1.0.7+~1.0.3.orig-types-jstimezonedetect.tar.gz 1.5 KiB f65c969b0abffd74db71f48564dffd0ecbeaf2e98850a3bb2d61f4baed5d5a14
jstimezonedetect.js_1.0.7+~1.0.3.orig.tar.gz 14.0 KiB 8d052fecd3f39f9580a436bc0f379529725dde6bdf1766c1ff8b37472853e41e
jstimezonedetect.js_1.0.7+~1.0.3-1.debian.tar.xz 3.3 KiB b253df2c608f02927a6efeeb628b5d09eb09941757e191e7fc4ce6acc4a62d95

Available diffs

No changes file available.

Binary packages built by this source

libjs-jstimezonedetect: Finds the zone info key representing the timezone setting

 Returns the IANA zone info key for the devices timezone. This is
 useful for detecting the timezone of clients automatically without
 needing to prompt users.
 .
 It does not do geolocation and does not consider historical (before
 2010) timezones.

node-jstimezonedetect: Finds the zone info key representing timezone setting in node

 Returns the IANA zone info key for the devices timezone. This is
 useful for detecting the timezone of clients automatically without
 needing to prompt users.
 .
 Node.js is an event-based server-side Javascript engine.