Socket
Socket
Sign inDemoInstall

@kwooshung/files

Package Overview
Dependencies
17
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

16

package.json
{
"name": "@kwooshung/files",
"version": "1.0.2",
"version": "1.0.3",
"title": "files",

@@ -58,14 +58,14 @@ "description": "A convenient and efficient library for file operations.",

"devDependencies": {
"@kwooshung/cvlar": "^1.3.6",
"@kwooshung/cvlar": "^1.3.7",
"@swc/core": "^1.3.105",
"@swc/jest": "^0.2.31",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"commitlint": "^18.4.4",
"@types/node": "^20.11.6",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"commitlint": "^18.5.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^8.0.3",
"husky": "^9.0.1",
"jest": "^29.7.0",

@@ -76,3 +76,3 @@ "lint-staged": "^15.2.0",

"terser": "^5.27.0",
"ts-jest": "^29.1.1",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",

@@ -79,0 +79,0 @@ "tsup": "^8.0.1",

@@ -39,3 +39,3 @@ <div align="center">

- 可按需引入,`esm` 模块化,支持天生支持 `树摇(tree-shaking)`,不用担心打包后的体积;
- 当然本项目才提供了 `commonjs` 规范的 `cjs` 版本;
- 当然本项目也提供了 `commonjs` 规范的 `cjs` 版本;
- 本项目中的所有函数,都是基于 `fs/promises` 实现;

@@ -42,0 +42,0 @@ - 只有1个第三方包依赖,`hound` 依赖于 [FileHound](https://github.com/nspragg/filehound),用于搜索文件;如果你不需要它,可以视为 `0` 个第三方包依赖;

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc