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

@tsdotnet/linked-node-list

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsdotnet/linked-node-list - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

5

dist-esm/LinkedNodeList.js

@@ -147,5 +147,6 @@ /*

/**
* Gets the index of a particular node.
* Iterates the list returns the node at the index requested.
* Returns undefined if the index is out of range.
* @param index
* @returns The node requested or undefined.
* @returns The node at the index requested or undefined.
*/

@@ -152,0 +153,0 @@ getNodeAt(index) {

@@ -75,5 +75,6 @@ import { ArrayLikeWritable, PredicateWithIndex } from '@tsdotnet/common-interfaces';

/**
* Gets the index of a particular node.
* Iterates the list returns the node at the index requested.
* Returns undefined if the index is out of range.
* @param index
* @returns The node requested or undefined.
* @returns The node at the index requested or undefined.
*/

@@ -80,0 +81,0 @@ getNodeAt(index: number): TNode | undefined;

@@ -150,5 +150,6 @@ "use strict";

/**
* Gets the index of a particular node.
* Iterates the list returns the node at the index requested.
* Returns undefined if the index is out of range.
* @param index
* @returns The node requested or undefined.
* @returns The node at the index requested or undefined.
*/

@@ -155,0 +156,0 @@ getNodeAt(index) {

2

package.json
{
"name": "@tsdotnet/linked-node-list",
"version": "1.2.3",
"version": "1.2.4",
"description": "An unprotected bi-directional linked list. Useful for implementing other collections.",

@@ -5,0 +5,0 @@ "author": "electricessence",

Sorry, the diff of this file is not supported yet

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