Socket
Socket
Sign inDemoInstall

bull-arena

Package Overview
Dependencies
Maintainers
38
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bull-arena - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

2

package.json

@@ -69,3 +69,3 @@ {

"repository": "https://github.com/bee-queue/arena.git",
"version": "4.0.0"
"version": "4.0.1"
}

@@ -31,3 +31,5 @@ const _ = require('lodash');

// references parsing errors.
return res.json(_.omit(job, 'domain', 'queue', '_events', '_eventsCount'));
return res.json(
_.omit(job, 'domain', 'queue', 'scripts', '_events', '_eventsCount')
);
}

@@ -34,0 +36,0 @@

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