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

doublylinked

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

doublylinked - npm Package Compare versions

Comparing version 2.2.4 to 2.3.0

2

lib/DoublyLinked.js

@@ -407,2 +407,4 @@ /* doublylinked

push(...element) {
if (element.length)
this._eof = false;
for (const arg of element) {

@@ -409,0 +411,0 @@ const node = new Node(this, arg);

8

package.json
{
"name": "doublylinked",
"description": "Doubly linked list implementation for JavaScript with iterator and array-like interface",
"version": "2.2.4",
"version": "2.3.0",
"author": "Panates Ltd.",

@@ -22,9 +22,9 @@ "contributors": [

"devDependencies": {
"eslint": "^7.4.0",
"eslint": "^7.10.0",
"eslint-config-google": "^0.14.0",
"mocha": "^8.0.1",
"mocha": "^8.1.3",
"nyc": "^15.1.0"
},
"engines": {
"node": ">= 6.0"
"node": ">= 10.0"
},

@@ -31,0 +31,0 @@ "directories": {

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