Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kinesis-logger

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kinesis-logger - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 1.1.1 (July 4, 2019)
Add shebang.
## 1.1.0 (July 4, 2019)

@@ -2,0 +6,0 @@

@@ -0,1 +1,3 @@

#!/usr/bin/env node
const AWS = require('aws-sdk');

@@ -2,0 +4,0 @@ const { KinesisReadable } = require('kinesis-streams');

2

package.json
{
"name": "kinesis-logger",
"description": "Read from the specified Kinesis stream and log messages to the console",
"version": "1.1.0",
"version": "1.1.1",
"author": "Neo Financial Engineering <engineering@neofinancial.com>",

@@ -6,0 +6,0 @@ "main": "index.js",

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