New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

winston-cloudwatch

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

winston-cloudwatch - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

8

CHANGELOG.md

@@ -0,1 +1,9 @@

### 1.3.1
added `npm run update-dependencies` to automatically update all deps in package.json and node_modules
### 1.3.0
Added messageFormatter to format the log
### 1.2.0

@@ -2,0 +10,0 @@

22

package.json
{
"name": "winston-cloudwatch",
"version": "1.3.0",
"version": "1.3.1",
"description": "Send logs to Amazon Cloudwatch using Winston.",

@@ -15,3 +15,4 @@ "keywords": [

"test": "make test",
"coveralls": "./node_modules/.bin/coveralls <./coverage/lcov.info"
"coveralls": "./node_modules/.bin/coveralls <./coverage/lcov.info",
"update-dependencies": "./node_modules/.bin/npm-check-updates -ua && npm install"
},

@@ -25,5 +26,5 @@ "repository": "https://github.com/lazywithclass/winston-cloudwatch",

"dependencies": {
"async": "^2.0.0-rc.2",
"aws-sdk": "^2.3.0",
"lodash": "^4.7.0",
"async": "^2.0.0-rc.3",
"aws-sdk": "^2.3.8",
"lodash": "^4.11.2",
"proxy-agent": "^2.0.0"

@@ -34,8 +35,9 @@ },

"coveralls": "^2.11.9",
"istanbul": "^0.4.2",
"mocha": "^2.3.3",
"mockery": "^1.5.1",
"should": "^8.3.0",
"sinon": "^1.12.1"
"istanbul": "^0.4.3",
"mocha": "^2.4.5",
"mockery": "^1.6.2",
"npm-check-updates": "^2.6.4",
"should": "^8.3.1",
"sinon": "^1.17.4"
}
}

@@ -1,2 +0,2 @@

# winston-cloudwatch [v1.3.0](https://github.com/lazywithclass/winston-cloudwatch/blob/master/CHANGELOG.md#130)
# winston-cloudwatch [v1.3.1](https://github.com/lazywithclass/winston-cloudwatch/blob/master/CHANGELOG.md#131)

@@ -3,0 +3,0 @@ Send logs to Amazon Cloudwatch using Winston.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc