pino-datadog
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"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 @@ }) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27791
22
55
Updatedsnyk@^1.167.2