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 9.0.6 to 9.0.7

5

app.js

@@ -8,3 +8,3 @@

const cc = require("node-console-colors"),
var cc = require("node-console-colors"),
file_queue = new require('file-obj-queue'),

@@ -35,2 +35,3 @@ file_requre_data = [

try {
console.log(`${fname} 1001`, { "type": "debug" });
t.class_obj_array = [];

@@ -55,3 +56,3 @@ t.appenders = [{ name: 'all', obj: null }]

t.logMsg(fname, { "type": "debug" });
t.logMsg(`${fname} 1001`, { "type": "debug" });
return t

@@ -58,0 +59,0 @@ } catch (e) {

2

package.json
{
"name": "queuejson",
"version": "9.0.6",
"version": "9.0.7",
"description": "Process class objects according to json array input data.",

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

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

"name": "queuejson",
"version": "9.0.6",
"version": "9.0.7",
"description": "Process class objects according to json array input data.",

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

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