azu
azu
- [ ] use `import()` instead of `require` - [ ] remove deprecated loading API - [ ] create new async api for returing status - availableExtensions → async getAvailableExtensions...
Out current thoughts on the next major. Context: ESM support require Breaking Changes. - #868 # Must ## Async for all - Config Loading should be Async - This is...
Hi @paulsamuels , `sidir` and [workflow](https://github.com/paulsamuels/sidir-alfred-workflow) seems not to work with Xcode6. App path in Xcode 5 ``` /Users/[User]/Library/Application Support/iPhone Simulator/[iOS Version]/Applications/[App] ``` App path in Xcode 6 ``` /Users/[User]/Library/Developer/CoreSimulator/Devices/[DeviceID]/data/Containers/Data/Application/[App]...
https://github.com/esm-dev/esm.sh/blob/0dd0ea93d706a0b12b4c4fd890977bd5e17efe2d/README.md?plain=1#L33-L37 import assertions is renamed to import attributes. (`assert` -> `with`, but current browsers does not support yet) For more details, see https://github.com/tc39/proposal-import-attributes#history So, this example will not work in...
We want to add Azure to recommened preset in next major version if it is not false positive. - #386 Welcome to feedback
meow dependencies are large. https://npmgraph.js.org/?q=secretlint We can replace it with [util.parseArgs([config])](https://nodejs.org/api/util.html#utilparseargsconfig). ## TODO - [ ] replace meow with [util.parseArgs([config])](https://nodejs.org/api/util.html#utilparseargsconfig) https://github.com/secretlint/secretlint/blob/681b8920b9a563d7726f701b846a0ffeb7e38b8d/packages/secretlint/src/cli.ts#L9-L118
## Summary > [Secret scanning expands detection to include non-provider patterns (beta) - The GitHub Blog](https://github.blog/changelog/2023-11-06-secret-scanning-expands-detection-to-include-non-provider-patterns-beta/) GitHub Secret Scannning support DB connetion string - MongoDB connection string - MySQL connection...
> Remove ignore option for isGitIgnored and isGitIgnoredSync (https://github.com/sindresorhus/globby/pull/225) https://github.com/sindresorhus/globby/commit/2e43cc47dffd7ea5f5c0ac67b32f719eedb72e4e > This option never worked correctly. > [Release v13.0.0 · sindresorhus/globby](https://github.com/sindresorhus/globby/releases/tag/v13.0.0#) current implementation uses `ignore` option. We need to update...
current preset bundle is not optimized ## TODO - Add `treeshake` option - Add types to dist
## Summary stdin support will be useful ### Basic example ``` cat .zsh_history | secretlint ``` ``` cat .zsh_history | secretlint --stdin-filename="secret.txt" ``` ### Motivation If secretlint support stdin, it...