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

@beforeyoubid/error-adapter

Package Overview
Dependencies
Maintainers
8
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beforeyoubid/error-adapter - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

dist/sentry/node/index.d.ts

@@ -1,2 +0,2 @@

import Sentry from '@sentry/node';
import * as Sentry from '@sentry/node';
/**

@@ -3,0 +3,0 @@ * Initialise Sentry based on provided options

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Sentry = void 0;
const node_1 = require("@sentry/node");
const Sentry = require("@sentry/node");
const utils_1 = require("../utils");

@@ -17,6 +17,6 @@ let isSentryInitialised = false;

if (sendToSentry) {
node_1.default.init(sentryOptions);
Sentry.init(sentryOptions);
}
else {
node_1.default.init({ dsn: '', enabled: false });
Sentry.init({ dsn: '', enabled: false });
}

@@ -27,5 +27,5 @@ }

// attach custom initialise function
const SentryWithInitialise = Object.assign({}, node_1.default !== null && node_1.default !== void 0 ? node_1.default : {}, {
const SentryWithInitialise = Object.assign({}, Sentry !== null && Sentry !== void 0 ? Sentry : {}, {
initialise,
});
exports.Sentry = SentryWithInitialise;
{
"name": "@beforeyoubid/error-adapter",
"version": "1.1.1",
"version": "1.1.2",
"description": "A module to standardize error handling across the BYB platform",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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