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

queuejson

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

queuejson

Import and Export Json Data.

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

QueueJson

Import and Export Json Data In Conjunction With QueueObj.

Included tag appenders:

  • all - asynchronous - process all added objects.
  • func_all - asynchronous - process custom functions to added objects.
  • top_one - asynchronous - process only the object in the 0(zero) position of the process array.
  • bottom_one - asynchronous - process only the object in the last position of the process array.
  • sync_all - synchronous - queue and process all objects by items as well as custom functions.
  • status - synchronous - queue and process all objects by status.
  • version - synchronous - queue and process all objects by version.

Installation

npm install QueueJson 

Mocha Test

npm test

General Setup Test

npm run test_all

Usage




Keywords

FAQs

Package last updated on 01 Jun 2022

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