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 1.0.0 to 1.0.1

index.d.ts

4

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

@@ -12,3 +12,3 @@ "main": "index.js",

"index.js",
"index.d.js"
"index.d.ts"
],

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

@@ -39,4 +39,4 @@ # tiny-linked-queue

enqueue(value: ValueType): void;
dequeue(): ValueType | undefined;
clear(): void;
dequeue(): ValueType | undefined;
clear(): void;
}

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