nobot-examples
nobot-examples copied to clipboard
Nobot Examples for the book Automation with Node.js
Bumps [ecstatic](https://github.com/jfhbrook/node-ecstatic) from 2.2.1 to 2.2.2. Changelog Sourced from ecstatic's changelog. 2019/05/03 Version 2.2.2 Backport redirects bugfix 2017/06/06 Version 2.2.1 Fix version number in CHANGELOG.md 2017/06/06 Version 2.2.0 Will now...
Bumps [csv-parse](https://github.com/wdavidw/node-csv-parse) from 2.2.0 to 4.4.6. Changelog *Sourced from [csv-parse's changelog](https://github.com/adaltas/node-csv-parse/blob/master/CHANGELOG.md).* > ## Version 4.4.6 > > * security: remove regexp vulnerable to DOS in cast option, npm report 69742...
Hi Shaun I am not an expert in node, I created a.js and b.js, when I run a.js I get (The ^ character is under the 2 parentheses ()) ```...
The `bitly` API has changed a bit since this was published. Please find the revised solution for `shorten-url.js`. > **Note** - Version of `bitly` npm package is `^6.0.8` ## Changes...
In the section comparing bash arguments to node arguments, `'Fred Flintstone'` is passed to `my-node-script.js`. In the script definition, the comments demonstrate the third argument to be `'Shaun'` rather than...