Socket
Socket
Sign inDemoInstall

pino-applicationinsights

Package Overview
Dependencies
35
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

.github/FUNDING.yml

6

package.json
{
"name": "pino-applicationinsights",
"version": "1.0.1",
"version": "1.0.2",
"description": "A transport for pino that sends messages to Azure Application Insights",

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

],
"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.1",
"tap": "^13.0.4"
"tap": "^14.0.0"
},

@@ -47,0 +47,0 @@ "dependencies": {

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

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 @@

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

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

@@ -17,0 +17,0 @@ })

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc