New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

qiao-file

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qiao-file - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

4

package.json
{
"name": "qiao-file",
"version": "2.0.5",
"version": "2.0.6",
"description": "nodejs file tool",

@@ -45,3 +45,3 @@ "author": "uikoo9 <uikoo9@qq.com>",

},
"gitHead": "7de37213f1c69bebb59856b97e5f15db7e07b155"
"gitHead": "8143ebcfbba5d0f921348b0a5f43c28f249f143e"
}

@@ -8,2 +8,5 @@ ## qiao-file

1. [Node.js-开发实践:高性能 FS](https://blog.insistime.com/nodejs-fs)
2. [Node.js-开发实践:使用健壮的 FS](https://blog.insistime.com/nodejs-fs-extra)
## install

@@ -23,6 +26,6 @@

// cjs
const { isExists } = require('qiao-file');
const { isExists } = require("qiao-file");
// mjs
import { isExists } from 'qiao-file';
import { isExists } from "qiao-file";
```

@@ -91,4 +94,4 @@

```javascript
const dirpath = 'xx';
const ignores = ['node_modules', 'is-'];
const dirpath = "xx";
const ignores = ["node_modules", "is-"];
const res = await lstree(dirpath, ignores);

@@ -130,3 +133,3 @@ ```

```javascript
const res = await writeFile(filePath, 'sth');
const res = await writeFile(filePath, "sth");
```

@@ -157,3 +160,4 @@

## 0.1.7.20230404
1. add ava
1. add ava
2. readDir --> readdir

@@ -160,0 +164,0 @@

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