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

@npmcli/git - npm Package Compare versions

Comparing version 3.0.2 to 4.0.0

21

package.json
{
"name": "@npmcli/git",
"version": "3.0.2",
"version": "4.0.0",
"main": "lib/index.js",

@@ -18,5 +18,2 @@ "files": [

"lint": "eslint \"**/*.js\"",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"preversion": "npm test",
"snap": "tap",

@@ -31,7 +28,11 @@ "test": "tap",

"check-coverage": true,
"coverage-map": "map.js"
"coverage-map": "map.js",
"nyc-arg": [
"--exclude",
"tap-snapshots/**"
]
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "3.5.0",
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.5.1",
"npm-package-arg": "^9.1.0",

@@ -47,3 +48,3 @@ "rimraf": "^3.0.2",

"npm-pick-manifest": "^7.0.0",
"proc-log": "^2.0.0",
"proc-log": "^3.0.0",
"promise-inflight": "^1.0.1",

@@ -55,3 +56,3 @@ "promise-retry": "^2.0.1",

"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
},

@@ -61,4 +62,4 @@ "templateOSS": {

"windowsCI": false,
"version": "3.5.0"
"version": "4.5.1"
}
}
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