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

undirected-graph-typed

Package Overview
Dependencies
Maintainers
0
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

undirected-graph-typed - npm Package Compare versions

Comparing version 2.0.1 to 2.0.3

2

dist/data-structures/queue/queue.d.ts

@@ -26,3 +26,3 @@ /**

*
* nums.forEach((num, i) => {
* nums.forEach((num) => {
* queue.push(num);

@@ -29,0 +29,0 @@ * currentSum += num;

@@ -23,3 +23,3 @@ "use strict";

*
* nums.forEach((num, i) => {
* nums.forEach((num) => {
* queue.push(num);

@@ -26,0 +26,0 @@ * currentSum += num;

{
"name": "undirected-graph-typed",
"version": "2.0.1",
"description": "Undirected Graph. Javascript & Typescript Data Structure.",
"version": "2.0.3",
"description": "Undirected Graph",
"main": "dist/index.js",

@@ -148,4 +148,4 @@ "scripts": {

"dependencies": {
"data-structure-typed": "^2.0.1"
"data-structure-typed": "^2.0.3"
}
}

@@ -27,3 +27,3 @@ /**

*
* nums.forEach((num, i) => {
* nums.forEach((num) => {
* queue.push(num);

@@ -30,0 +30,0 @@ * currentSum += num;

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