node-publisher
node-publisher copied to clipboard
A zero-configuration release automation tool for Node packages inspired by create-react-app and Travis CI.
I'm using https://github.com/Schniz/fnm, so I don't have NVM installed. But looking at the code, it doesn't look like we actually use it for anything.
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade semver from 6.2.0 to 6.3.0. :information_source: Keep your dependencies up-to-date....
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade check-node-version from 3.2.0 to 3.3.0. :information_source: Keep your dependencies up-to-date....
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade js-yaml from 3.13.1 to 3.14.1. :information_source: Keep your dependencies up-to-date....
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade inquirer from 6.5.0 to 6.5.2. :information_source: Keep your dependencies up-to-date....
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade commander from 2.15.1 to 2.20.3. :information_source: Keep your dependencies up-to-date....
Bumps [ini](https://github.com/npm/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...
Bumps the npm_and_yarn group with 19 updates in the / directory: | Package | From | To | | --- | --- | --- | | [semver](https://github.com/npm/node-semver) | `6.2.0` |...
Right now in my app when the user change device's orientation I need to show him loading indicator/black screen until the camera is sutiable for the new orientation Is there...