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.0 to 0.1.1

6

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

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

},
"devDependencies": {
"devDependencies": {
"commander": "*"
}
}
}

@@ -10,3 +10,4 @@ # fileq

* In-memory direct access when reads are faster then writes
* Fault tolerant, and fine tuning
* Customizable memory cache size
* Fault tolerant, and fine-tunning

@@ -28,2 +29,3 @@ ## Installation

queue.push({key:i, message:"This is the entry for "+i});
i++;
},100);

@@ -30,0 +32,0 @@

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