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.4.5 to 2.5.0

2

lib/doubly-linked.d.ts
/// <reference lib="es2015.symbol" />
declare module 'lib/doubly-linked' {
declare module 'doublylinked' {

@@ -5,0 +5,0 @@ type Maybe<T> = T | void;

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

@@ -10,3 +10,3 @@ "contributors": [

"main": "lib/doubly-linked.js",
"types": "./lib/DoublyLinked.d.ts",
"types": "./lib/doubly-linked.d.ts",
"license": "MIT",

@@ -13,0 +13,0 @@ "repository": "panates/doublylinked",

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