mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 14:40:10 +08:00
Merge remote-tracking branch 'origin/releases/v3' into backport-v2.27.2-9278e4216
This commit is contained in:
2
node_modules/@types/adm-zip/README.md
generated
vendored
2
node_modules/@types/adm-zip/README.md
generated
vendored
@@ -8,7 +8,7 @@ This package contains type definitions for adm-zip (https://github.com/cthackers
|
||||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/adm-zip.
|
||||
|
||||
### Additional Details
|
||||
* Last updated: Mon, 20 Nov 2023 23:36:23 GMT
|
||||
* Last updated: Mon, 28 Oct 2024 17:35:03 GMT
|
||||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
|
||||
|
||||
# Credits
|
||||
|
||||
3
node_modules/@types/adm-zip/index.d.ts
generated
vendored
3
node_modules/@types/adm-zip/index.d.ts
generated
vendored
@@ -127,8 +127,9 @@ declare class AdmZip {
|
||||
* for a directory.
|
||||
* @param comment Comment to add to the entry.
|
||||
* @param attr Attribute to add to the entry.
|
||||
* @return The entry corresponding to one which was just added.
|
||||
*/
|
||||
addFile(entryName: string, content: Buffer, comment?: string, attr?: number): void;
|
||||
addFile(entryName: string, content: Buffer, comment?: string, attr?: number): AdmZip.IZipEntry;
|
||||
/**
|
||||
* Returns an array of `IZipEntry` objects representing the files and folders
|
||||
* inside the archive.
|
||||
|
||||
7
node_modules/@types/adm-zip/package.json
generated
vendored
7
node_modules/@types/adm-zip/package.json
generated
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@types/adm-zip",
|
||||
"version": "0.5.5",
|
||||
"version": "0.5.6",
|
||||
"description": "TypeScript definitions for adm-zip",
|
||||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/adm-zip",
|
||||
"license": "MIT",
|
||||
@@ -42,6 +42,7 @@
|
||||
"dependencies": {
|
||||
"@types/node": "*"
|
||||
},
|
||||
"typesPublisherContentHash": "53441795007097f8975db1d00bc97b01565fcb3b327f4e192c863d8a98548164",
|
||||
"typeScriptVersion": "4.5"
|
||||
"peerDependencies": {},
|
||||
"typesPublisherContentHash": "0e4795aa604e1b61b589e0e3a5889acf95e5905496dd52babe05b2e787745cbf",
|
||||
"typeScriptVersion": "4.8"
|
||||
}
|
||||
Reference in New Issue
Block a user