Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wegolook/task-definitions

Package Overview
Dependencies
Maintainers
0
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wegolook/task-definitions

task-definitions is a Javascript library for storing task types, groupQueues, and statuses.

  • 3.2.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
10
decreased by-79.17%
Maintainers
0
Weekly downloads
 
Created
Source

@wegolook/task-definitions

task-definitions is a Javascript library for storing task types, groupQueues, and statuses.

NPM Publication

To prepare for this project to be published to npm, the following should be done. Tagging in gitlab will publish to npm.

  1. Update the package.json version number to the desired number.
  2. Update packages and the package-lock version number.
    npm install
    
  3. Build the project.
    npm run-script build
    
  4. Commit all changes including the dist/ directory and create a MR.

Installation

Use the package manager npm to install task-definitions.

npm install --save @wegolook/task-definitions

Usage es6

import TaskDefinitions as default from '@wegolook/task-definitions'

TaskDefinitions.types // ['type1', 'type2']
TaskDefinitions.groupQueues // ['groupQueue1', 'groupQueue2']
TaskDefinitions.statuses // ['status1', 'status2']

Usage es5

const TaskDefinitions = require('@wegolook/task-definitions');

TaskDefinitions.types // ['type1', 'type2']
TaskDefinitions.groupQueues // ['groupQueue1', 'groupQueue2']
TaskDefinitions.statuses // ['status1', 'status2']

FAQs

Package last updated on 18 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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