Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@saber2pr/node

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@saber2pr/node

utils for nodejs

  • 0.3.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-84.62%
Maintainers
1
Weekly downloads
 
Created
Source

@saber2pr/node

utils for nodejs

# from npm
npm install @saber2pr/node

# from github
git clone https://github.com/Saber2pr/node.git

API

FS

  1. exists

    fs.exists 的 Promise 版本

  2. stat

    检测一个路径是文件夹还是文件

  3. readdir

    fs.readdir 的 Promise 版本

  4. search

    搜索目录下所有文件或所有文件夹

  5. readFile

    fs.readFile 的 Promise 版本

  6. writeFile

    fs.writeFile 的 Promise 版本

  7. mkdir

    fs.mkdir 的 Promise 版本

  8. mkPath

    创建一条路径

  9. unlink

    fs.unlink 的 Promise 版本

  10. rmdir

    fs.rmdir 的 Promise 版本

  11. clearDir

    清空目录下所有文件

  12. remove

    删除一个目录

Terminal

  1. getUserInput

    终端对话交互

  2. getParams

    获取命令行参数

Terminal.Print

  1. error

    命令行输出 警告

  2. success

    命令行输出 正确

  3. tips

    命令行输出 提示

Http

  1. cookie

    把一个对象转为 cookie 字符串

  2. deCookie

    把一个 cookie 字符串转为对象

  3. query

    request 从获取参数

Http.header

response 的代理

Http.Exception

http 异常类,继承自Error

  1. Http.Exception.resolve

把一个 HttpException 发送 ServerResponse

start

npm install
npm start

npm test

develope and test

you should write ts in /src

you should make test in /src/test

export your core in /src/index.ts!

Keywords

FAQs

Package last updated on 29 Dec 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc