node-nock 13.3.3-1 source package in Ubuntu

Changelog

node-nock (13.3.3-1) unstable; urgency=medium

  * Team upload
  * New upstream version 13.3.3
  * Bump Standards-Version to 4.6.2 (no changes needed)

 -- Ananthu C V <email address hidden>  Wed, 11 Oct 2023 00:19:23 +0530

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-nock_13.3.3-1.dsc 2.4 KiB a0ae54e23b011a2598dc1a0d591b142555f1defdbe63580367f28bbaf0346a9c
node-nock_13.3.3.orig.tar.gz 389.8 KiB b7ea3f19b1bd891d111375ada924ffd32e46ee792176aae4a3f2d9b2bb032a48
node-nock_13.3.3-1.debian.tar.xz 6.6 KiB 6d3836243ddd02d2b8e7b908960644b14ecfa5c288aba41e8a4a2358ce9b4582

Available diffs

No changes file available.

Binary packages built by this source

node-nock: Nock is an HTTP mocking and expectations library for Node.js

 Nock can be used to test modules that perform HTTP requests in isolation.
 For instance, if a module performs HTTP requests to a CouchDB server or makesi
 HTTP requests to the Amazon API, you can test that module in isolation.
 .
 Node.js is an event-based server-side JavaScript engine.