New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@leaflink/snitch

Package Overview
Dependencies
Maintainers
10
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leaflink/snitch - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

7

package.json
{
"name": "@leaflink/snitch",
"version": "1.1.0",
"version": "1.1.1",
"description": "Front end logging inspired by winston.",

@@ -21,2 +21,7 @@ "type": "module",

"default": "./dist/transports/sentry.js"
},
"./transports/datadog.js": {
"types": "./dist/transports/datadog.d.ts",
"import": "./dist/transports/datadog.js",
"default": "./dist/transports/datadog.js"
}

@@ -23,0 +28,0 @@ },

4

README.md

@@ -11,3 +11,3 @@ # @leaflink/snitch

Transports are a way of routing log messages to multiple destinations, with the ability to pre-process or format the message. `@leaflink/snitch` includes two transports by default (`console` and Sentry), but they can be extended using the `Transport` type exported by the logger.
Transports are a way of routing log messages to multiple destinations, with the ability to pre-process or format the message. `@leaflink/snitch` includes three transports by default (`console`, Sentry, and Datadog), but they can be extended using the `Transport` type exported by the logger.

@@ -215,2 +215,2 @@ ## Log Levels

Note: You can add a custom transport in your project, but consider opening a PR in this repo instead!
Note: You can add a custom transport in your project, but consider opening a PR in this repo instead!
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