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 8.1.0 to 8.2.0

4

lib/appenders/base.js

@@ -18,3 +18,3 @@ /*

t.qObj = new qObj()
t.qObj.load({ appender: props.appender, stats: props.stats })
t.qObj.load({ appender: props.appender, stats: props.stats, log: t.parent.logMsg })

@@ -73,3 +73,3 @@ t.process = t.process.bind(t)

t.qObj.process({}).then((res) => {
t.resolve_array[0]({ res })
t.resolve_array[0]({ res })
}, (err) => {

@@ -76,0 +76,0 @@ t.reject_array[0]({ err })

{
"name": "queuejson",
"version": "8.1.0",
"version": "8.2.0",
"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": "8.1.0",
"version": "8.2.0",
"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