Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@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.
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.