Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
kafka-pipeline-lambda-sender
Advanced tools
Sender module for sqs data pipelines
[![build status](https://secure.travis-ci.org/HitFox Group GmbH/sqs-pipeline-lambda-sender.png)](http://travis-ci.org/HitFox Group GmbH/sqs-pipeline-lambda-sender)
This module is installed via npm:
$ npm install sqs-pipeline-lambda-sender
var sqsPipelineLambdaSender = require('sqs-pipeline-lambda-sender');
config = {
AWS_ACCESS_KEY: '<AWS_ACCESS_KEY>',
AWS_ACCESS_SECRET: '<AWS_ACCESS_SECRET>',
AWS_REGION: '<AWS_REGION>',
DESTINATION_TOPIC: '<DESTINATION_TOPIC>'
};
sqsPipelineLambdaSender.init(config)
.then((queue) => {
queue.sendMore(['Come as you are!', '42', '4711']);
var message = {name: 'Kurt Cobain', age: '27'}
queue.send(message);
});
Copyright (c) 2016, HitFox Group GmbH All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY HitFox Group GmbH ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL HITFOX GROUP GMBH BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
FAQs
Sender module for kafka data pipelines
The npm package kafka-pipeline-lambda-sender receives a total of 1 weekly downloads. As such, kafka-pipeline-lambda-sender popularity was classified as not popular.
We found that kafka-pipeline-lambda-sender demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.