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

@coya/task-manager

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coya/task-manager - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

6

package.json
{
"name": "@coya/task-manager",
"version": "0.0.4",
"version": "0.0.5",
"description": "Scheduler for run tasks successively or simultaneously",
"main": "js/TaskManager.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf js && tsc",
"example": "node examples/exampleAsync.js"
},

@@ -9,0 +11,0 @@ "repository": {

@@ -10,2 +10,11 @@ # Task Manager

## Build (for dev)
```
git clone https://github.com/Cooya/TaskManager
cd TaskManager
npm install // it will also install the development dependencies
npm run build
npm run example // run the example script in "examples" folder
```
## Usage examples

@@ -12,0 +21,0 @@ ```javascript

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