Results 68 issues of Jeremy Whitlock

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

JSHint supports using a file to hold your configuration. Whenever the jshint executable is invoked, you can either use the `--config` flag to point to the .jshintrc file or you...

enhancement

As mentioned by @generikvault in https://github.com/PaesslerAG/jsonpath/issues/10#issuecomment-442471839, there is a _"hack"_ for getting the path to the value(s) returned by `jsonpath.Get()`. This works great for wildcard paths but for absolute paths,...

https://apidocs.apigee.com/management/apis/get/o/%7Borg_name%7D/e/%7Benv_name%7D/apis/%7Bapi_name%7D/cachedlogs/categories/nodejs It would be nice to be able to search cached logs easier, like for a time range.

As of 2019/10/10, Apigee Edge's Trireme-based Node.js proxy support has been [EOL'd](https://docs.apigee.com/release/notes/trireme-nodejs-eol). This means the `deploynodeapp` command is no longer necessary, and that some tests need to be rewritten so...

If there is a `node_modules` directory in your `hosted` directory _(or the directory you use as the source root)_, `apigeetool deployhostedtarget` will *ALWAYS* create `.zip` files for each node modules....

When uploading a Hosted Target or Node.js application, not all of the local resources need to be included in the proxy bundle. For example, test files do not need to...

**Describe the issue** Whenever a password is required for your credentials, the current options for supplying it is to either directly provide it in the CLI invocation or using a...