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

fileq

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fileq - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

5

main.js

@@ -9,2 +9,3 @@ const

const voidfn = ()=>{};
const DEF_CONF = {

@@ -49,2 +50,4 @@ path : os.tmpdir()+"/fileq",

push(item, callback) {
callback = callback || voidfn;
this.wsem.take(()=>{

@@ -59,2 +62,4 @@ this._push(item,(err,res)=>{

peek(callback, timeout) {
callback = callback || voidfn;
this.rsem.take(()=>{

@@ -61,0 +66,0 @@ this._peek((err,res)=>{

2

package.json
{
"name": "fileq",
"version": "0.1.1",
"version": "0.1.2",
"description": "File based FIFO queue",

@@ -5,0 +5,0 @@ "author": "David Gómez Matarrodona <solzimer@gmail.com>",

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