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

nodejs-linked-list

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodejs-linked-list - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

14

index.js

@@ -84,3 +84,3 @@ 'use strict';

this.length++;
this.length += 1;

@@ -108,3 +108,3 @@ return newItem;

this.length--;
this.length -= 1;

@@ -151,2 +151,7 @@ return true;

function drainer(array, countObj, content) {
array[countObj.count] = content;
countObj.count += 1;
}
List.prototype.drain = function () {

@@ -213,7 +218,2 @@ var result = [],

function drainer(array, countObj, content) {
array[countObj.count] = content;
countObj.count++;
}
module.exports = List;

@@ -5,3 +5,3 @@ {

"authors": "Dexter Nguyen",
"version": "0.1.0",
"version": "0.1.1",
"main": "index.js",

@@ -21,2 +21,2 @@ "repository": {

]
}
}
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