You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

nestjs-bugsnag

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nestjs-bugsnag - npm Package Compare versions

Comparing version

to
0.1.1

2

package.json
{
"name": "nestjs-bugsnag",
"version": "0.1.0",
"version": "0.1.1",
"description": "A bugsnag library wrapper for nestjs",

@@ -5,0 +5,0 @@ "author": "dcampagnola",

@@ -75,3 +75,4 @@ <p align="center">

BugsnagModule.forRootAsync({
inject: [ConfigModule],
inject: [ConfigService],
imports: [ConfigModule],
useFactory: (configService: ConfigService) => ({

@@ -78,0 +79,0 @@ apiKey: configService.get('BUGSNAG_API_KEY'),