Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pino-datadog

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pino-datadog - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

.github/FUNDING.yml

10

package.json
{
"name": "pino-datadog",
"version": "1.0.4",
"version": "1.0.5",
"description": "A transport for pino that sends messages to DataDog",

@@ -26,3 +26,3 @@ "homepage": "https://github.com/ovhemert/pino-datadog",

],
"author": "Osmond van Hemert <osmond@vanhemert.nu>",
"author": "Osmond van Hemert <hello@ovhemert.dev> (https://ovhemert.dev)",
"license": "MIT",

@@ -44,3 +44,3 @@ "repository": {

"standard": "^12.0.0",
"tap": "^13.0.4"
"tap": "^14.1.11"
},

@@ -53,8 +53,8 @@ "dependencies": {

"pumpify": "^1.5.1",
"snyk": "^1.167.2",
"split2": "^3.1.1",
"stream": "0.0.2",
"through2": "^3.0.1",
"snyk": "^1.161.1"
"through2": "^3.0.1"
},
"snyk": true
}

@@ -40,9 +40,11 @@ # pino-datadog

Osmond van Hemert
[![Github](https://img.shields.io/badge/-website.svg?style=social&logoColor=333&logo=github)](https://github.com/ovhemert/about)
[![Web](https://img.shields.io/badge/-website.svg?style=social&logoColor=333&logo=nextdoor)](https://www.osmondvanhemert.nl)
[![Github](https://img.shields.io/badge/-website.svg?style=social&logoColor=333&logo=github)](https://github.com/ovhemert)
[![Web](https://img.shields.io/badge/-website.svg?style=social&logoColor=333&logo=nextdoor)](https://ovhemert.dev)
## Contributing
See the [CONTRIBUTING](./docs/CONTRIBUTING.md) file for details.
If you would like to help out with some code, check the [details](./docs/CONTRIBUTING.md).
Not a coder, but still want to support? Have a look at the options available to [donate](https://ovhemert.dev/donate).
## License

@@ -49,0 +51,0 @@

@@ -15,3 +15,3 @@ 'use strict'

const result = fastJsonParse(str)
if (result.err) return
if (result.err) return null
return result.value

@@ -18,0 +18,0 @@ })

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