Socket
Socket
Sign inDemoInstall

tiny-linked-queue

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 1.0.0

LICENSE

8

package.json
{
"name": "tiny-linked-queue",
"version": "0.0.1",
"version": "1.0.0",
"description": "A tiny queue implemented by linked-list",

@@ -18,3 +18,7 @@ "main": "index.js",

},
"keywords": [],
"keywords": [
"queue",
"linked-list",
"tiny"
],
"author": "shadow",

@@ -21,0 +25,0 @@ "license": "ISC",

# tiny-linked-queue
[![npm module](https://badge.fury.io/js/tiny-linked-queue.svg)](https://www.npmjs.com/package/tiny-linked-queue)
[![size](https://badgen.net/bundlephobia/minzip/tiny-linked-queue)](https://bundlephobia.com/result?p=tiny-linked-queue)
## Introduction

@@ -4,0 +7,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc