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

queueobj

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

queueobj

Queue Objects For Processing

  • 4.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10
increased by25%
Maintainers
1
Weekly downloads
 
Created
Source

QueueObj

Queue javascript objects dynamically then process the queue according to the appender.

Included tag appenders:

  • all - process all added objects.
  • func_all - process functions to all added objects.
  • top_one - process only the object in the 0(zero) position of the process array.
  • bottom_one - process only the object in the last position of the process array.
  • array - process object functions in an array.

Installation

npm install QueueObj

Mocha Test

npm test

General Setup Test

node test_all
node test_top_one
node test_bottom_one
node test_func_all

Usage

Keywords

FAQs

Package last updated on 26 Mar 2021

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