libnpmfund
Advanced tools
Comparing version 5.0.8 to 5.0.9
@@ -136,3 +136,3 @@ 'use strict' | ||
return directDepsWithFunding.reduce( | ||
(res, { node, fundingItem }, i) => { | ||
(res, { node, fundingItem }) => { | ||
if (!fundingItem || | ||
@@ -139,0 +139,0 @@ fundingItem.length === 0 || |
{ | ||
"name": "libnpmfund", | ||
"version": "5.0.8", | ||
"version": "5.0.9", | ||
"main": "lib/index.js", | ||
@@ -12,3 +12,3 @@ "files": [ | ||
"type": "git", | ||
"url": "https://github.com/npm/cli.git", | ||
"url": "git+https://github.com/npm/cli.git", | ||
"directory": "workspaces/libnpmfund" | ||
@@ -15,0 +15,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11005