node-memfs 3.4.3+~cs1.0.3-2 source package in Ubuntu
Changelog
node-memfs (3.4.3+~cs1.0.3-2) unstable; urgency=medium * Team upload * Add fix for jest >= 28 (Closes: #1013544) -- Yadd <email address hidden> Sat, 25 Jun 2022 08:24:22 +0200
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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-memfs_3.4.3+~cs1.0.3-2.dsc | 2.4 KiB | e7ef0370a9a8d67b4b816b4f61f50d7c3f2716fe4cef909b5b25a2b424db01c0 |
node-memfs_3.4.3+~cs1.0.3.orig-fs-monkey.tar.gz | 112.3 KiB | 4a2b9631be9413dff0bd844be4512d4c7e7cb7e81dc1d6799d2e76ec968e13a2 |
node-memfs_3.4.3+~cs1.0.3.orig.tar.gz | 163.0 KiB | 21b339adca7017940b2f3a50397ff49fc880a6d99216b3f5fdd3dcafbc8d326e |
node-memfs_3.4.3+~cs1.0.3-2.debian.tar.xz | 4.6 KiB | abea031c28f655a601bbb2393b33e33b9c8a84d82d9156f13d1af38944160a5f |
Available diffs
- diff from 3.4.3+~cs1.0.3-1 to 3.4.3+~cs1.0.3-2 (696 bytes)
No changes file available.
Binary packages built by this source
- node-memfs: In-memory filesystem with Node's API
Implements Node's fs API
.
stores files in memory, in buffers and throws same errors as Node.js
has the concepts of i-nodes and implements hard links and soft links
.
Node.js is an event-based server-side JavaScript engine.