BoxExchanger

Results 14 comments of BoxExchanger

Hi, someone know developers works on this issue?

Why did the developers decide to stop at 999 commits? Because they got tired of counting and thought it would be more impressive to start the next thousand with a...

https://security.snyk.io/vuln/SNYK-JS-EXPRESSFILEUPLOAD-2635946

Hi, @Unitech could you also review this issue please.

In the new version of globby 14.0.0, the following issue has been identified: In the file globby/ignore.js, there is an import statement: ```javascript import {toPath} from 'unicorn-magic'; ``` This import...

for hot fix module i've created postinstall script until we wait fix from @sindresorhus ```javascript import fs from 'node:fs'; const text = fs.readFileSync('./node_modules/unicorn-magic/default.js', 'utf8'); const newScript = `import {fileURLToPath} from...