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

@modjo/sentry

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@modjo/sentry - npm Package Compare versions

Comparing version 1.6.1 to 1.6.2

6

index.js

@@ -11,3 +11,6 @@ const nctx = require("nctx")

const { dsn = process.env.SENTRY_DSN } = options
const {
dsn = process.env.SENTRY_DSN,
environment = process.env.SENTRY_ENVIRONMENT,
} = options

@@ -20,2 +23,3 @@ if (!dsn) {

dsn,
environment,
...options,

@@ -22,0 +26,0 @@ })

2

package.json
{
"name": "@modjo/sentry",
"version": "1.6.1",
"version": "1.6.2",
"main": "index.js",

@@ -5,0 +5,0 @@ "repository": "https://codeberg.org/devthefuture/modjo",

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