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

queueobj

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

queueobj - npm Package Compare versions

Comparing version 12.0.17 to 12.0.18

10

lib/appenders/base.js

@@ -24,3 +24,3 @@ /*

process = () => {
process () {
let t = this

@@ -92,3 +92,3 @@ try {

continueProcessing = () => {
continueProcessing () {
let t = this

@@ -100,7 +100,7 @@ t.process_objs_item++

getStatus = () => {
getStatus () {
return this.status
}
setStatus = (v) => {
setStatus (v) {
this.status = v

@@ -160,3 +160,3 @@ }

process_all = () => {
process_all () {
let t = this, _continue

@@ -163,0 +163,0 @@ if (t.process_all_obj == null) {

@@ -5,3 +5,3 @@ {

},
"version": "12.0.17",
"version": "12.0.18",
"bundleDependencies": false,

@@ -8,0 +8,0 @@ "dependencies": {

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

},
"version": "12.0.17",
"version": "12.0.18",
"bundleDependencies": false,

@@ -12,0 +12,0 @@ "dependencies": {

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