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.
@wddv/pino-aliyun-sls
Advanced tools
pino-aliyun-sls is a Pino v7+ compatible transport to forward log events to Slack from a dedicated worker
Fork by pino-slack-webhook
A Pino v7+ transport to send events to Aliyun SLS
npm install --save @wddv/pino-aliyun-sls
import pino from "pino";
import { PinoAliSLSOption } from "@wddv/pino-aliyun-sls";
const logOptions: PinoAliSLSOption = {
accessKeyId: "xxx",
secretAccessKey: "xxx",
endpoint: "http://cn-hangzhou.log.aliyuncs.com",
projectName: "xx",
logStoreName: "xxx",
};
const logger = pino({
transport: {
target: "@wddv/pino-aliyun-sls",
level: "info",
options: logOptions,
},
});
logger.info("test log!");
FAQs
pino-aliyun-sls is a Pino v7+ compatible transport to forward log events to Slack from a dedicated worker
The npm package @wddv/pino-aliyun-sls receives a total of 0 weekly downloads. As such, @wddv/pino-aliyun-sls popularity was classified as not popular.
We found that @wddv/pino-aliyun-sls demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
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.