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

@taskbotjs/webapi

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@taskbotjs/webapi - npm Package Compare versions

Comparing version 0.1.0-alpha.3 to 0.1.0-alpha.4

CODE-OF-CONDUCT.md

4

package.json

@@ -6,3 +6,3 @@ {

"repository": "github:eropple/taskbotjs",
"version": "0.1.0-alpha.3",
"version": "0.1.0-alpha.4",
"main": "dist",

@@ -21,3 +21,3 @@ "files": [

"dependencies": {
"@taskbotjs/client": "0.1.0-alpha.3",
"@taskbotjs/client": "0.1.0-alpha.4",
"async-lock": "1.1.3",

@@ -24,0 +24,0 @@ "bunyan": "1.8.12",

@@ -1,2 +0,36 @@

This package is part of TaskBotJS. Per-package specifics are a TODO, but for
now you can [Read more here.](https://github.com/eropple/taskbotjs)
<img width="450" src="https://raw.githubusercontent.com/eropple/taskbotjs/master/taskbotjs.png" alt="TaskBotJS Logo" title="Ain't he cute?" />
<em>The best TypeScript and JavaScript background job processing on the planet.</em>
[![npm version](https://badge.fury.io/js/%40taskbotjs%2Fservice.svg)](https://badge.fury.io/js/%40taskbotjs%2Fservice)
# TaskBotJS #
TaskBotJS is a job queue and processing service for NodeJS applications. Using
Redis as a background store, TaskBotJS allows you to offload long-running jobs away
from your web application and handles all the rough edges involved: job
scheduling, handling failures and retries, priority queueing, the works. It's
designed to make developers and operators alike happy to use it and above
everything else TaskBotJS just wants to get out of your way so you can get your
work done.
It's pretty cool, and I'm excited that you're here to check it out.
## Documentation ##
TaskBotJS has a pretty extensive [wiki] that discusses its goals, its use cases,
and pretty much everything you'd want to know about it. You can find more details
on [the website], too!
## TaskBotJS Pro: the Commercial Version ##
TaskBotJS is a full-featured piece of software as-is, but as projects and companies
grow there are features that enable those projects to accomplish common tasks
that are nevertheless tricky to implement at a larger scale. I like to think of
**TaskBotJS Pro** as a package that empowers developers with more options for
powerful, flexible jobs, and the upcoming **TaskBotJS Enterprise** (slated for
release sometime in 2018) will give system administrators and devops engineers
more options for safely, reliably, and securely running jobs related to your
products.
[wiki]: https://github.com/eropple/taskbotjs/wiki
[the website]: https://edboxes.com/taskbotjs.html
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