You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@npmcli/git

Package Overview
Dependencies
Maintainers
5
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.0 to 5.0.0

4

lib/revs.js
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"
]
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc