@npmcli/git
Advanced tools
Comparing version 4.1.0 to 5.0.0
const pinflight = require('promise-inflight') | ||
const spawn = require('./spawn.js') | ||
const LRU = require('lru-cache') | ||
const { LRUCache } = require('lru-cache') | ||
const revsCache = new LRU({ | ||
const revsCache = new LRUCache({ | ||
max: 100, | ||
@@ -7,0 +7,0 @@ ttl: 5 * 60 * 1000, |
{ | ||
"name": "@npmcli/git", | ||
"version": "4.1.0", | ||
"version": "5.0.0", | ||
"main": "lib/index.js", | ||
@@ -34,3 +34,3 @@ "files": [ | ||
"@npmcli/eslint-config": "^4.0.0", | ||
"@npmcli/template-oss": "4.15.1", | ||
"@npmcli/template-oss": "4.18.0", | ||
"npm-package-arg": "^10.0.0", | ||
@@ -42,3 +42,3 @@ "slash": "^3.0.0", | ||
"@npmcli/promise-spawn": "^6.0.0", | ||
"lru-cache": "^7.4.4", | ||
"lru-cache": "^10.0.1", | ||
"npm-pick-manifest": "^8.0.0", | ||
@@ -52,9 +52,15 @@ "proc-log": "^3.0.0", | ||
"engines": { | ||
"node": "^14.17.0 || ^16.13.0 || >=18.0.0" | ||
"node": "^16.14.0 || >=18.0.0" | ||
}, | ||
"templateOSS": { | ||
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", | ||
"version": "4.15.1", | ||
"publish": true | ||
"version": "4.18.0", | ||
"publish": true, | ||
"ciVersions": [ | ||
"16.14.0", | ||
"16.x", | ||
"18.0.0", | ||
"18.x" | ||
] | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
21907
0
+ Addedlru-cache@10.4.3(transitive)
Updatedlru-cache@^10.0.1