gitops-secrets-nodejs icon indicating copy to clipboard operation
gitops-secrets-nodejs copied to clipboard

GitOps encrypted secrets workflow for Node.js

Results 6 gitops-secrets-nodejs issues
Sort by recently updated
recently updated
newest added

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...

dependencies

Hey guys, this is a great library! Looking at the generator https://github.com/DopplerHQ/gitops-secrets-nodejs/blob/main/src/secrets-files.js we could potentially add an optional `.d.ts` output? Any reason you already discussed against doing this?

Hi Team, Trying to spin this up for a `nodejs` app and running into issues as we have ` "type": "module",` set in our `package.json` ```bash [nodemon] starting `node src/server.js`...