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

kinesis-client

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kinesis-client - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

test/core-spec.js

6

core.js

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

'use strict';
const AWS = require('aws-sdk');

@@ -14,7 +16,7 @@

if (opts !== null && opts !== undefined) {
new AWS.Kinesis(opts);
return new AWS.Kinesis(opts);
} else {
console.log('Kinesis: no config {} found, reverting to default...')
// maybe force connectors to do this themselves?
new AWS.Kinesis(module.exports.defaultOpts);
return new AWS.Kinesis(module.exports.defaultOpts);
}

@@ -21,0 +23,0 @@ };

{
"name": "kinesis-client",
"version": "0.0.1",
"version": "0.0.2",
"description": "A tiny Kinesis client library",

@@ -14,5 +14,13 @@ "main": "core.js",

},
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"homepage": "https://github.com/the-frey/kinesis-client#readme",
"dependencies": {
"aws-sdk": "^2.244.1"
"aws-sdk": "^2.244.1",
"chai": "*",
"mocha": "*"
},

@@ -19,0 +27,0 @@ "readme": "README.md",

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

[![Build Status](https://travis-ci.org/the-frey/kinesis-client.svg?branch=master)](https://travis-ci.org/the-frey/kinesis-client)
## Kinesis Client

@@ -2,0 +4,0 @@

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