New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dl-list

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dl-list - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

9

index.js

@@ -42,2 +42,3 @@ const Node = require('./Node');

}
return this._head;
}

@@ -63,2 +64,3 @@

}
return this._tail;
}

@@ -245,4 +247,4 @@

*/
has(item) {
return !!this.getByItem(item);
has(node) {
return !!this.getByItem(node);
}

@@ -311,2 +313,5 @@

DoublyLinkedList.DoublyLinkedList = DoublyLinkedList;
DoublyLinkedList.Node = Node;
module.exports = DoublyLinkedList;
{
"name": "dl-list",
"version": "1.0.1",
"version": "1.0.2",
"main": "index.js",

@@ -5,0 +5,0 @@ "scripts": {

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