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.
@iopipe/event-info
Advanced tools
Automatically detect function event type and log derived custom metrics.
Records Lambda event information for observability, search, and alerting within IOpipe.
This plugin currently supports these event types:
Note: This plugin is automatically included in the recommended package @iopipe/iopipe. No direct install necessary.
With yarn (recommended) in project directory:
yarn add @iopipe/event-info
With npm in project directory:
npm install @iopipe/event-info
const iopipe = require('@iopipe/core');
const eventInfoPlugin = require('@iopipe/event-info');
const iopipeWrapper = iopipe({
plugins: [
eventInfoPlugin()
]
})
exports.handler = iopipeWrapper((event, context) => {
context.succeed('Success!');
}
);
Apache-2.0 see LICENSE
Copyright 2018, IOpipe, Inc.
FAQs
Automatically detect function event type and log derived custom metrics.
The npm package @iopipe/event-info receives a total of 8 weekly downloads. As such, @iopipe/event-info popularity was classified as not popular.
We found that @iopipe/event-info demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 open source maintainers 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.