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 0.2.3 to 0.2.4

4

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

@@ -23,3 +23,3 @@ "keywords": [

"lodash": "^3.0.1",
"winston": "^0.8.3"
"winston": "^0.9.0"
},

@@ -26,0 +26,0 @@ "devDependencies": {

@@ -42,3 +42,4 @@ winston-cloudwatch [![Build Status](https://travis-ci.org/lazywithclass/winston-cloudwatch.svg?branch=master)](https://travis-ci.org/lazywithclass/winston-cloudwatch) [![David Dependency Overview](https://david-dm.org/lazywithclass/winston-cloudwatch.png "David Dependency Overview")](https://david-dm.org/lazywithclass/winston-cloudwatch)

awsAccessKeyId: 'your-access-key-id',
awsSecretKey: 'your-secret-key'
awsSecretKey: 'your-secret-key',
awsRegion: 'your-region'
};

@@ -45,0 +46,0 @@ winston.add(require('winston-cloudwatch'), options);

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