Socket
Book a DemoInstallSign in
Socket

@dpapejs/node-utils

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dpapejs/node-utils

Utils for the Nodejs

latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

@dpapejs/node-utils

nodejs common tool library

Install

npm i @dpapejs/node-utils -S

Quick Start

// Delete the directory and all subfiles
const { removeDir } = require("@dpapejs/node-utils");
const path = require("path");
removeDir(path.join(__dirname, "./test"), () => {
  console.log("Successful");
});

Keywords

Nodejs

FAQs

Package last updated on 15 Dec 2021

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