🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@github/copilot

Package Overview
Dependencies
Maintainers
24
Versions
759
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@github/copilot - npm Package Compare versions

Comparing version
1.0.71-1
to
1.0.71-2
+10
-10
package.json
{
"name": "@github/copilot",
"description": "GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal.",
"version": "1.0.71-1",
"version": "1.0.71-2",
"license": "SEE LICENSE IN LICENSE.md",

@@ -27,14 +27,14 @@ "type": "module",

"buildMetadata": {
"gitCommit": "90b331bc63"
"gitCommit": "45fd15daed"
},
"optionalDependencies": {
"@github/copilot-linux-x64": "1.0.71-1",
"@github/copilot-linux-arm64": "1.0.71-1",
"@github/copilot-linuxmusl-x64": "1.0.71-1",
"@github/copilot-linuxmusl-arm64": "1.0.71-1",
"@github/copilot-darwin-x64": "1.0.71-1",
"@github/copilot-darwin-arm64": "1.0.71-1",
"@github/copilot-win32-x64": "1.0.71-1",
"@github/copilot-win32-arm64": "1.0.71-1"
"@github/copilot-linux-x64": "1.0.71-2",
"@github/copilot-linux-arm64": "1.0.71-2",
"@github/copilot-linuxmusl-x64": "1.0.71-2",
"@github/copilot-linuxmusl-arm64": "1.0.71-2",
"@github/copilot-darwin-x64": "1.0.71-2",
"@github/copilot-darwin-arm64": "1.0.71-2",
"@github/copilot-win32-x64": "1.0.71-2",
"@github/copilot-win32-arm64": "1.0.71-2"
}
}