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

jobhub

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jobhub - npm Package Versions

2.0.1

Diff

Changelog

Source

2.0.1 (January 4, 2017)

  • Fix "Middleware" misspelled in method names (#6)
    • Fix HubManager#addSyncMiddleware misspelled as addSyncMiddlware
    • Fix MiddlewareStore#addSyncMiddleware misspelled as addSyncMiddlware
    • Fix MiddlewareStore#addAsyncMiddleware misspelled as addAsyncMiddlware
    • Fix MiddlewareStore#removeSyncMiddleware misspelled as removeSyncMiddlware
    • Fix MiddlewareStore#removeAsyncMiddleware misspelled as removeAsyncMiddlware
  • Fix syntax errors in middleware JSDoc examples
amekkawi
published 2.0.0 •

Changelog

Source

2.0.0 (December 4, 2016)

Major changes

  • Added support for aborting jobs. Call TrackedJob#abort method to abort a running job, which will abort the job if possible and reject the job with a JobAbortedError. A job's worker process is notified so that it can gracefully abort and cleanup. (#4)
  • Added support for controlling concurrently running jobs. Adds a base JobExecutor class for custom logic, but also includes a built-in implementation (JobExecutorBuiltin) that optionally limits the maximum number of concurrently running jobs. (#5)

Breaking changes

Breaking changes only if extending jobhub classes

Notable non-breaking changes

Documentation changes

amekkawi
published 1.1.0 •

Changelog

Source

1.1.0 (November 23, 2016)

  • Add TrackedJob#result that is set to the result on job success
    • Add TrackedJob#error that is set to the result on job error
    • Change JobWorker to extend from EventEmitter
    • Change JobWorkerIPC to listen for IPC messages
      • Re-emit to JobWorker as ipc-message::<message.type>
      • Add JobWorkerIPC#handleIPCDisconnect protected method
      • Add JobWorkerIPC#handleIPCMessage protected method
    • Change JobWorkerIPC to move calls to protected methods to JobWorkerIPC#init
    • Fix JobWorkerIPC#requestIPCPayload not clearing timeout
    • Fix calling next in quickRun should not start "run" stage synchronously
amekkawi
published 1.0.1 •

Changelog

Source

1.0.1 (November 16, 2016)

  • Fix TrackedJob#jobStarted emitted synchronously (#3)
amekkawi
published 1.0.0 •

Changelog

Source

1.0.0 (November 14, 2016

  • Initial release
amekkawi
published 0.2.0 •

amekkawi
published 0.1.2 •

amekkawi
published 0.1.1 •

amekkawi
published 0.1.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