r2g icon indicating copy to clipboard operation
r2g copied to clipboard

▷ Test your package in the published format, without having to publish to NPM.

Results 26 r2g issues
Sort by recently updated
recently updated
newest added

Bumps [async](https://github.com/caolan/async) from 2.6.1 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

the command `r2g compare` will compare the latest published version on npm with the git index. see: https://stackoverflow.com/questions/57400715/compare-npm-pack-tarball-with-whats-on-npm it will open some editor that can diff all the files, probably...

Use these: ```bash if ! git diff --quiet; then echo 'Changes to files need to be committed. Check your git index.'; exit 1; fi if test `git status --porcelain |...

To make it pretty, go from this: ```console r2g: Re-creating folders "$HOME/.r2g/temp"... r2g: Copying your user defined tests to: "/Users/alex/.r2g/temp/project" ... r2g: Running the following command from your project copy...

Most likely because: ```js const path = require('path'); if (!path.isAbsolute(process.env.MY_DOCKER_R2G_SEARCH_ROOT || '')) { throw new Error('Please set the env var "MY_DOCKER_R2G_SEARCH_ROOT" to an absolute path.'); } ``` Actual error: `...

on macos and *nix? /usr/local/etc/bash_completion.d

#### Feature, bug, or other? Other #### Please run the bash function and copy the output here: ``` #### What is the issue? How to replicate? Following the gist of...

This is unlikely to be useful, but we could use a command line switch to use a url instead of the local project and test that with r2g. This means...