node-ip-address 8.1.0-2 source package in Ubuntu

Changelog

node-ip-address (8.1.0-2) unstable; urgency=medium

  * Team upload
  * Fix autopkgtest (missing debian/tests/pkg-js/files)

 -- Yadd <email address hidden>  Wed, 17 Nov 2021 09:00:13 +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
node-ip-address_8.1.0-2.dsc 2.2 KiB 0e7fa51746b085569915fc23b38592064f267034b0e0e32abb4232f821aa59e8
node-ip-address_8.1.0.orig.tar.gz 273.0 KiB d77aac98b41d33df4eff0ac778e9496e48a75a29a48ee7a9f9a09f26195335ba
node-ip-address_8.1.0-2.debian.tar.xz 3.2 KiB 145a5767141bedf39e11e7e6c972828d375052457b2cf3239f15d26e668f00c6

Available diffs

No changes file available.

Binary packages built by this source

node-ip-address: library for parsing IPv4 and IPv6 IP addresses in node and the browser

 ip-address is a library for validating and manipulating IPv4 and IPv6
 addresses in JavaScript.
 .
  * Parsing of all IPv6 notations
  * Parsing of IPv6 addresses and ports from URLs with 'Address6.fromURL(url)'
  * Validity checking
  * Decoding of the Teredo information in an address
  * Whether one address is a valid subnet of another
  * What special properties a given address has (multicast prefix, unique
    local address prefix, etc.)
  * Number of subnets of a certain size in a given address
  * Display methods
    * Hex, binary, and decimal
    * Canonical form
    * Correct form
    * IPv4-compatible (i.e. '::ffff:192.168.0.1')
  * Works in node and the browser (with browserify)
  * ~1,600 test cases