PromptGuard icon indicating copy to clipboard operation
PromptGuard copied to clipboard

Build production ready apps for GPT using Node.js & TypeScript

Results 16 PromptGuard issues
Sort by recently updated
recently updated
newest added

Is this project / repo active? @aashish-joshi @redeux: I would be interested in contributing.

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.50.0 to 5.59.2. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v5.59.2 5.59.2 (2023-05-01) Note: Version bump only for package @​typescript-eslint/typescript-eslint v5.59.1 5.59.1 (2023-04-24) Bug Fixes eslint-plugin: [prefer-regexp-exec] skip...

dependencies

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.50.0 to 5.59.2. Release notes Sourced from @​typescript-eslint/parser's releases. v5.59.2 5.59.2 (2023-05-01) Note: Version bump only for package @​typescript-eslint/typescript-eslint v5.59.1 5.59.1 (2023-04-24) Bug Fixes eslint-plugin: [prefer-regexp-exec] skip...

dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 8.33.0 to 8.40.0. Release notes Sourced from eslint's releases. v8.40.0 Features 5db7808 feat: improve flat config errors for invalid rule options and severities (#17140) (Josh Goldberg ✨)...

dependencies

Bumps [@jest/globals](https://github.com/facebook/jest/tree/HEAD/packages/jest-globals) from 29.4.1 to 29.5.0. Release notes Sourced from @​jest/globals's releases. v29.5.0 Features [jest-changed-files] Support Sapling (#13941) [jest-circus, @jest/cli, jest-config] Add feature to randomize order of tests via CLI...

dependencies

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.4.1 to 29.5.0. Release notes Sourced from jest's releases. v29.5.0 Features [jest-changed-files] Support Sapling (#13941) [jest-circus, @jest/cli, jest-config] Add feature to randomize order of tests via CLI...

dependencies

Implement language detection in the content filter options. Use mutually exclusive allow lists and deny lists. ~~Use [franc-min](https://github.com/wooorm/franc/tree/main/packages/franc-min) for language detection.~~ I've decided to try [lande](https://github.com/fabiospampinato/lande) instead since it supports...

enhancement

Users should have a way to cache prompts so that they can improve the performance of their app and reduce GPT query spend. MVP should be a local query, suitable...

enhancement