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

aws-kcl

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-kcl - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

amazon-kinesis-client-nodejs.iml

4

lib/kcl/kcl_manager.js

@@ -205,3 +205,3 @@ /***

this._sendAction(this._context, {action : 'checkpoint', checkpoint : sequenceNumber});
this._sendAction(this._context, {action : 'checkpoint', sequenceNumber : sequenceNumber});
};

@@ -310,3 +310,3 @@

var checkpointer = this._context.checkpointer;
checkpointer.onCheckpointerResponse.apply(checkpointer, [action.error, action.checkpoint]);
checkpointer.onCheckpointerResponse.apply(checkpointer, [action.error, action.sequenceNumber]);
};

@@ -313,0 +313,0 @@

{
"name": "aws-kcl",
"description": "Kinesis Client Libray (KCL) in Node.js.",
"version": "0.5.0",
"version": "0.6.0",
"author": {

@@ -6,0 +6,0 @@ "name": "Amazon Web Services",

@@ -235,3 +235,3 @@ # Amazon Kinesis Client Library for Node.js

# clone the git repository to work with the samples
git clone https://github.com/awslabs/amazon-kinesis-client-node.git kclnodejs
git clone https://github.com/awslabs/amazon-kinesis-client-nodejs.git kclnodejs
cd kclnodejs/samples/basic_sample/producer/

@@ -276,2 +276,7 @@ # download dependencies

### Release 0.6.0 (December 12, 2016)
* Updated the dependency on [Amazon Kinesis Client for Java][amazon-kcl-github] to 1.7.2.
* PR #23
* PR #24
### Release 0.5.0 (March 26, 2015)

@@ -278,0 +283,0 @@ * The `aws-kcl` npm module allows implementation of record processors in Node.js using the Amazon KCL [MultiLangDaemon][multi-lang-daemon].

Sorry, the diff of this file is not supported yet

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