fis3 icon indicating copy to clipboard operation
fis3 copied to clipboard

FIS3

Results 100 fis3 issues
Sort by recently updated
recently updated
newest added

Bumps [tar](https://github.com/isaacs/node-tar) from 4.4.15 to 4.4.18. Commits 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve paths properly for unicode, windows 2f1bca0 fix: prune dirCache properly...

dependencies

[2023-07-17 12:20:20] node:internal/fs/utils:901 [2023-07-17 12:20:20] throw new ERR_INVALID_ARG_TYPE( [2023-07-17 12:20:20] ^ [2023-07-17 12:20:20] [2023-07-17 12:20:20] TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer,...

Bumps [minimatch](https://github.com/isaacs/minimatch) from 2.0.4 to 3.0.5. Changelog Sourced from minimatch's changelog. change log 9.0 No default export, only named exports. 8.0 Recursive descent parser for extglob, allowing correct support for...

dependencies

Bumps [tar](https://github.com/isaacs/node-tar) from 0.1.17 to 4.4.18. Changelog Sourced from tar's changelog. Changelog 6.2 Add support for brotli compression 6.1.13 (2022-12-07) Dependencies cc4e0dd #343 bump minipass from 3.3.6 to 4.0.0 6.1.12...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.5. Commits 707e1b2 3.0.5 a8763f4 Improve redos protection, add many tests bafa295 Use master branch for travis badge 013d64d update travis See full diff in...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.3 to 1.2.6. Changelog Sourced from minimist's changelog. v1.2.6 - 2022-03-21 Commits test from prototype pollution PR bc8ecee isConstructorOrProto adapted from PR c2b9819 security notice for additional...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.1.1 to 1.2.6. Changelog Sourced from minimist's changelog. v1.2.6 - 2022-03-21 Commits test from prototype pollution PR bc8ecee isConstructorOrProto adapted from PR c2b9819 security notice for additional...

dependencies

[http://fis.baidu.com/fis3/api/fis.util.html#.readJson](http://fis.baidu.com/fis3/api/fis.util.html#.readJson)

* **操作系统**: win10 * **Node版本**: v12.22.12 * **FIS版本**: v3.5.0-beta.3 * **操作过程**: 1、在deploy的时候使用fis3-deploy-replace插件替换了文件中的内容, 2、然后通过fis3-deploy-zip进行打包生成zip文件 * **结果**: 未替换前的内容出现在文件中 * **预期结果**: 替换后的内容出现在zip包中 * **原因分析**: 出现的原因时deploy插件中modified和total中的文件对象不同,fis3-deploy-replace插件修改的是modified中的content,fis3-deploy-zip文件使用的是total列表,两者内容不同步

fis3目前支持node v8.16.0 版本吗