New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

fs-rm

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fs-rm

delete a directory or file

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

fs-rm

delete a directory or file

NPM version build status Test coverage

USE

const rm = require('rm');
rm(path[,callback]);
  path: required string
  callback: unrequired function
    回调函数接受error参数,如果删除文件成功,则error为null

或者使用sh模式

const rm = require('rm');
rm.shrm(path[,callback]);

FAQs

Package last updated on 26 Sep 2018

Did you know?

Socket

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.

Install

Related posts