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

@bull-monitor/root

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bull-monitor/root - npm Package Compare versions

Comparing version 0.3.1 to 0.4.1

1

dist/index.d.ts

@@ -6,2 +6,3 @@ import { Queue } from 'bull';

gqlPlayground?: boolean;
gqlIntrospection?: boolean;
baseUrl?: string;

@@ -8,0 +9,0 @@ };

@@ -22,2 +22,3 @@ "use strict";

baseUrl: '',
gqlIntrospection: true,
gqlPlayground: true,

@@ -35,2 +36,3 @@ };

playground: this.config.gqlPlayground,
introspection: this.config.gqlIntrospection,
dataSources: () => ({

@@ -37,0 +39,0 @@ bull: new data_sources_1.BullDataSource(this.config.queues),

4

package.json
{
"name": "@bull-monitor/root",
"version": "0.3.1",
"version": "0.4.1",
"repository": {

@@ -37,3 +37,3 @@ "type": "git",

},
"gitHead": "20a595c4590c8d221133862189000f773991d6f0"
"gitHead": "9c55cea468d7d2a3bd316fc4516798c24f304697"
}

Sorry, the diff of this file is not supported yet

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