Comparing version 1.0.0 to 1.0.1
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4
12547
35