node-jq
node-jq copied to clipboard
Node.js wrapper for jq
## Description Invalid JQ Expression causes NestJS to completely crash. Attemp to catch exception is ignored by node. ### Test Source ```typescript @Controller('/hello') export class AppController { @Get('testjq') async testJq():...
- Remove some checks for options - Migrate from mocha, chai to vitetest - Migrate from standard, snazzy to prettier, eslint
## Description Dependabot and `npm audit` identify a vulnerability in "got" dependency (fixed in >= 11.8.5): https://github.com/advisories/GHSA-pfrx-2q88-qq97. ### Test Source ``` git clone https://github.com/sanack/node-jq.git cd node-jq npm install ``` ###...
The [username](https://www.npmjs.com/package/username) NPM package enables me to just use `username()` to get a result. I would like that node-jq could be that simple, by just using something like `jq.run("'.abilities[].moves' /path/to/bulbasaur.json")`...
Bumps [@swc-node/register](https://github.com/swc-project/swc-node) from 1.5.0 to 1.5.4. Release notes Sourced from @swc-node/register's releases. @swc-node/register@1.5.4 1.5.4 (2022-10-06) Bug Fixes register: @swc/core should be in peerDependencies (cb05cae) @swc-node/register@1.5.2 1.5.2 (2022-09-22) Bug Fixes register:...
How do I use jq command line option '--slurpfile variable-name filename' with node-jq? I have a two files where one file stores some configurations which I want to pass and...
Seems the latest version of node-jq (2.3.5) ends up bringing in the vulnerable library [email protected]. More details about this vulnerability here - https://security.snyk.io/package/npm/decompress-tar The complete dependency tree is: dependencies: node-jq...
Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 9.0.4 to 10.0.3. Release notes Sourced from @semantic-release/github's releases. v10.0.3 10.0.3 (2024-04-06) Bug Fixes deps: update dependency @octokit/plugin-paginate-rest to v11 (#810) (7a0bc89) v10.0.2 10.0.2 (2024-03-15) Bug Fixes...
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.2.172 to 1.4.17. Changelog Sourced from @swc/core's changelog. [1.4.17] - 2024-04-23 Bug Fixes (es) Ignore sourceMappingURL in string literals (#8879) (d7188cd) (es/codegen) Use Str.raw for es5 (#8873)...
Bumps [@swc-node/register](https://github.com/swc-project/swc-node) from 1.5.0 to 1.9.1. Release notes Sourced from @swc-node/register's releases. @swc-node/register@1.9.1 What's Changed fix: esm module resolve issues by @yeliex in swc-project/swc-node#754 fix: add default tsconfig.baseUrl to align...