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

dl-doubly-linked-list-ts

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-doubly-linked-list-ts - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

doublyLinkedList.ts

@@ -35,3 +35,3 @@ import { DLNode } from "./dlnode";

get length() : number {
return this._length;
return this._length + 1;
}

@@ -38,0 +38,0 @@

{
"name": "dl-doubly-linked-list-ts",
"version": "1.0.2",
"version": "1.0.3",
"description": "A Typescript library for doubly linked-list implementation.",

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

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