Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@datastructures-js/doubly-linked-list

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

@datastructures-js/doubly-linked-list - npm Package Compare versions

Comparing version 2.0.1 to 3.0.0

2

index.js
const { DoublyLinkedList } = require('@datastructures-js/linked-list');
module.exports = DoublyLinkedList;
exports.DoublyLinkedList = DoublyLinkedList;
{
"name": "@datastructures-js/doubly-linked-list",
"version": "2.0.1",
"version": "3.0.0",
"description": "doubly linked list implementation in javascript",

@@ -37,4 +37,4 @@ "main": "index.js",

"dependencies": {
"@datastructures-js/linked-list": "^2.0.2"
"@datastructures-js/linked-list": "^3.0.2"
}
}

Sorry, the diff of this file is not supported yet

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