New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aws-kinesis-writable

Package Overview
Dependencies
Maintainers
5
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-kinesis-writable - npm Package Compare versions

Comparing version 4.1.2 to 4.1.3

7

index.js

@@ -12,4 +12,6 @@ const util = require('util');

* @param {Object} params
* @param {string} [params.accessKeyId] AWS credentials
* @param {string} [params.secretAccessKey] AWS credential
* @param {string} [params.accessKeyId] AWS access key
* @param {string} [params.secretAccessKey] AWS secret
* @param {string} [params.sessionToken] AWS session token
* @param {string} [params.credentials] AWS credentials (in lieu of separate credentials)
* @param {string} [params.region] AWS region

@@ -68,2 +70,3 @@ * @param {string} [params.endpoint] AWS HTTP endpoint

sessionToken: params.sessionToken,
credentials: params.credentials,
region: params.region,

@@ -70,0 +73,0 @@ endpoint: params.endpoint,

{
"name": "aws-kinesis-writable",
"description": "A stream implementation for kinesis.",
"version": "4.1.2",
"version": "4.1.3",
"author": "José F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)",

@@ -6,0 +6,0 @@ "repository": {

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