
Security News
npm ‘is’ Package Hijacked in Expanding Supply Chain Attack
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
###Russian Promise fs стандартного модуля
Инициализация
'use strict';
var fs = require('fs-io');
Пример использования
fs.readdir('')
.then((files) => {
// Работа с данными
})
.catch((error) => {
// Обработка ошибки
});
Список методов
appendFile,
open,
close,
ftruncate,
chown,
fchown,
lchown,
chmod,
fchmod,
lchmod,
stat,
fstat,
lstat,
link,
symlink,
readlink,
realpath,
unlink,
rmdir,
mkdir,
readdir,
utimes,
futimes,
fsync,
write,
read,
writeFile,
readFile
Не обязательно использовать полные пути так как занимается метод fs.normalize('relative path') -> absolute path или можно использовать полный путь. ###English Promise fs standard module
Initialization
'use strict';
var fs = require('fs-io');
Example using
fs.readdir('')
.then((files) => {
// Data handling
})
.catch((error) => {
// Error processing
});
List of methods
appendFile,
open,
close,
ftruncate,
chown,
fchown,
lchown,
chmod,
fchmod,
lchmod,
stat,
fstat,
lstat,
link,
symlink,
readlink,
realpath,
unlink,
rmdir,
mkdir,
readdir,
utimes,
futimes,
fsync,
write,
read,
writeFile,
readFile
It is not necessary to use the full path as it takes fs.normalize method ( 'relative path') -> absolute path, or you can use the full path.
FAQs
This package is no longer supported and has been deprecated. To avoid malicious use, npm is hanging on to the package name.
We found that fs-io demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
Security News
A critical flaw in the popular npm form-data package could allow HTTP parameter pollution, affecting millions of projects until patched versions are adopted.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.