Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
update version of node-loggly-bulk #18
Conversation
In this commit I: 1. I have included "winston" into the winston-loggly-bulk's dependencies so that we can skip running command "npm install winston". 2. Updated the version of winston-loggly-bulk from 1.4.2 to 1.4.3.
@mchaudhary, @mostlyjason, Updated version of node-loggly-bulk to latest which will resolve the "Security Vulnerability" issue mentioned in #17. Please review and merge it.
Here I have used the "carrot ranges" i.e. "^" symbol which allows Minor release, when functionality is added in backward compatible manner. Here you can find detailed information:
http://www.hostingadvice.com/how-to/update-npm-packages/
https://github.com/npm/node-semver#caret-ranges-123-025-004