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 9.0.1 to 9.0.2

1

lib/appenders/base.js

@@ -5,2 +5,3 @@ /*

* lib/appenders/base.js
* jrm debug 8/4 https://www.npmjs.com/package/temporary-stamp
*/

@@ -7,0 +8,0 @@

4

package.json

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

},
"version": "9.0.1",
"version": "9.0.2",
"bundleDependencies": false,

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

"compare-json-difference": "^0.1.3",
"mocha": "^9.1.3"
"mocha": "^10.0"
},

@@ -15,0 +15,0 @@ "scripts": {

@@ -76,3 +76,3 @@ /*

qObj.process({ property: 'status', items: ['new', 'secondary'] }).then(res => {
qObj.process({ property: 'status', items: ['init'] }).then(res => {
console.log(`success with status processing: (${JSON.stringify(res)})`.bold.italic.green)

@@ -79,0 +79,0 @@ }, err => {

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

},
"version": "9.0.1",
"version": "9.0.2",
"bundleDependencies": false,

@@ -16,3 +16,3 @@ "dependencies": {

"compare-json-difference": "^0.1.3",
"mocha": "^9.1.3"
"mocha": "^10.0"
},

@@ -19,0 +19,0 @@ "scripts": {

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