Socket
Socket
Sign inDemoInstall

dequeue

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dequeue - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

lib/index.js

@@ -1,1 +0,1 @@

exports = modeule.exports = require("./dequeue")
exports = module.exports = require("./dequeue")
{
"name" : "dequeue"
, "main" : "./lib/index.js"
, "version" : "1.0.0"
, "version" : "1.0.1"
, "description" : "A simple double ended queue datastructure"

@@ -6,0 +6,0 @@ , "keywords" : ["datastructure", "queue", "double ended queue", "fifo", "FIFO", "linked list"]

@@ -11,5 +11,2 @@ A Simple Double Ended Queue Datastructure

BTW, I use [Felix's Node.js Style Guide](http://nodeguide.com/style.html);
get over it ;)
## So here is the API:

@@ -16,0 +13,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