Socket
Socket
Sign inDemoInstall

denque

Package Overview
Dependencies
0
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

4

CHANGELOG.md

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

## 2.0.1
- fix(types): incorrect return type on `size()`
## 2.0.0

@@ -2,0 +6,0 @@

2

index.d.ts

@@ -36,3 +36,3 @@ declare class Denque<T = any> {

size(): void;
size(): number;

@@ -39,0 +39,0 @@ toString(): string;

{
"name": "denque",
"version": "2.0.0",
"version": "2.0.1",
"description": "The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js and many other libraries. Maintains compatability with deque.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -71,3 +71,3 @@ <p align="center">

<p align="center">
<a href="https://invertase.io/?utm_source=readme&utm_medium=footer&utm_campaign=docs.page">
<a href="https://invertase.io/?utm_source=readme&utm_medium=footer&utm_campaign=denque">
<img width="75px" src="https://static.invertase.io/assets/invertase/invertase-rounded-avatar.png">

@@ -74,0 +74,0 @@ </a>

Sorry, the diff of this file is not supported yet

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