node-fast-json-patch 3.1.1+ds-2 source package in Ubuntu

Changelog

node-fast-json-patch (3.1.1+ds-2) unstable; urgency=medium

  * Source only upload

 -- Yadd <email address hidden>  Sun, 22 Oct 2023 08:25:52 +0400

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-fast-json-patch_3.1.1+ds-2.dsc 2.2 KiB 7e4a367fa315e351bc0d25ef8537d965fcbb308082c2dd3a818178530fce13b9
node-fast-json-patch_3.1.1+ds.orig.tar.xz 79.0 KiB 5ea96f7a329556bfe0e2f141a8fb06f68601f0c3f9239a953bab288a1fae2f1d
node-fast-json-patch_3.1.1+ds-2.debian.tar.xz 3.3 KiB 4c385f848be251c4cddd2c9ad0b9c93911acd2d85b92784432d8157c151b83c8

No changes file available.

Binary packages built by this source

node-fast-json-patch: Node.js implementation of JSON-Patch

 node-fast-json-patch is a leaner and meaner implementation of JSON-Patch.
 Small footprint. High performance. It can:
  * apply patches (arrays) and single operations on JS object
  * validate a sequence of patches
  * observe for changes and generate patches when a change is detected
  * compare two objects to obtain the difference