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 - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "queuejson",
"version": "1.0.0",
"version": "1.0.1",
"description": "Import and Export Json Data.",

@@ -5,0 +5,0 @@ "main": "app.ts",

@@ -7,9 +7,3 @@ # QueueJson

* 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.
* all - asynchronous - process class object per json input array.

@@ -16,0 +10,0 @@ Installation

@@ -7,3 +7,3 @@ const assert = require('assert'),

"name": "queuejson",
"version": "1.0.0",
"version": "1.0.1",
"description": "Import and Export Json Data.",

@@ -10,0 +10,0 @@ "main": "app.ts",

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