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

qiao-file

Package Overview
Dependencies
Maintainers
1
Versions
71
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 0.3.9 to 0.4.0

4

package.json
{
"name": "qiao-file",
"version": "0.3.9",
"version": "0.4.0",
"description": "nodejs file tool",

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

},
"gitHead": "8deef4b07e957483a81c6a1de1b2b71343964600"
"gitHead": "0dc0049744fb462a3734126176c7239cda3f64aa"
}

@@ -152,2 +152,17 @@ # qiao-file

### writeFileFromLines
```javascript
'use strict';
var q = require('qiao-file');
var test = function(){
var filePath = './1.js';
var lines = [];
q.writeFileFromLines(filePath, lines);
};
test();
```
## is

@@ -171,2 +186,5 @@ ### isExists

## version
### 0.1.4.20220707
1. write file from lines
### 0.1.3.20220420

@@ -173,0 +191,0 @@ 1. lstree path name

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