kinesis-logger
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -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'); |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4024
47