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 5.0.1 to 5.0.2

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [5.0.2](https://github.com/s-r-x/bull-monitor/compare/v5.0.1...v5.0.2) (2023-01-10)
### Bug Fixes
* add "unknown" to JobStatus enum ([b381ad1](https://github.com/s-r-x/bull-monitor/commit/b381ad1c468508c18af2c57e5082930cff782512))
## [5.0.1](https://github.com/s-r-x/bull-monitor/compare/v5.0.0...v5.0.1) (2022-05-11)

@@ -8,0 +19,0 @@

1

dist/gql/type-defs/job.js

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

stuck
unknown
}

@@ -16,0 +17,0 @@ enum JobStatusClean {

3

dist/typings/gql.d.ts

@@ -58,3 +58,4 @@ export declare type Maybe<T> = T | null;

Paused = "paused",
Stuck = "stuck"
Stuck = "stuck",
Unknown = "unknown"
}

@@ -61,0 +62,0 @@ export declare enum JobStatusClean {

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

JobStatus["Stuck"] = "stuck";
JobStatus["Unknown"] = "unknown";
})(JobStatus = exports.JobStatus || (exports.JobStatus = {}));

@@ -15,0 +16,0 @@ var JobStatusClean;

{
"name": "@bull-monitor/root",
"version": "5.0.1",
"version": "5.0.2",
"repository": {

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

},
"gitHead": "e8f7ff16c45123ea8d3f9b896aca47cd6d12c12c"
"gitHead": "d41bf7737c1dd554343fd498a977d8b3830ab0ea"
}

Sorry, the diff of this file is not supported yet

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