
Security News
Researcher Exposes Zero-Day Clickjacking Vulnerabilities in Major Password Managers
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
@types/gulp-zip
Advanced tools
TypeScript definitions for gulp-zip
npm install --save @types/gulp-zip
This package contains type definitions for gulp-zip (https://github.com/sindresorhus/gulp-zip).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-zip.
/// <reference types="node" />
declare namespace GulpZip {
interface GulpZipOptions {
/**
* Compress
* @default true
*/
compress?: boolean | undefined;
/**
* Overrides the modification timestamp for all files added to the archive.
*
* Tip: Setting it to the same value across executions enables you to create stable archives
* that change only when the contents of their entries change, regardless of whether those
* entries were "touched" or regenerated.
*
* @default undefined
*/
modifiedTime?: Date | undefined;
}
}
declare function GulpZip(filename: string, options?: GulpZip.GulpZipOptions): NodeJS.ReadStream;
export = GulpZip;
These definitions were written by Louis Orleans, and Robert Bullen.
FAQs
TypeScript definitions for gulp-zip
The npm package @types/gulp-zip receives a total of 17,929 weekly downloads. As such, @types/gulp-zip popularity was classified as popular.
We found that @types/gulp-zip demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.