
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@types/gulp-sourcemaps
Advanced tools
TypeScript definitions for gulp-sourcemaps
npm install --save @types/gulp-sourcemaps
This package contains type definitions for gulp-sourcemaps (https://github.com/gulp-sourcemaps/gulp-sourcemaps).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-sourcemaps.
/// <reference types="node"/>
import File = require("vinyl");
interface InitOptions {
loadMaps?: boolean | undefined;
debug?: boolean | undefined;
}
interface WriteMapper {
(file: string): string;
}
interface SourceMapMapper {
(sourcePath: string, file: File): string;
}
interface SourceUrlMapper {
(file: File): string;
}
interface MapFilenameMapper {
(mapFilePath: string): string;
}
interface CloneOptions {
contents?: boolean | undefined;
deep?: boolean | undefined;
}
interface WriteOptions {
addComment?: boolean | undefined;
includeContent?: boolean | undefined;
sourceRoot?: string | WriteMapper | undefined;
sourceMappingURLPrefix?: string | WriteMapper | undefined;
sourceMappingURL?: SourceUrlMapper | undefined;
destPath?: string | undefined;
mapFile?: MapFilenameMapper | undefined;
charset?: BufferEncoding | undefined;
clone?: boolean | CloneOptions | undefined;
}
export declare function init(opts?: InitOptions): NodeJS.ReadWriteStream;
export declare function mapSources(mapper?: SourceMapMapper): NodeJS.ReadWriteStream;
export declare function write(path?: string, opts?: WriteOptions): NodeJS.ReadWriteStream;
export declare function write(opts?: WriteOptions): NodeJS.ReadWriteStream;
These definitions were written by Phips Peter, and Concision.
FAQs
TypeScript definitions for gulp-sourcemaps
The npm package @types/gulp-sourcemaps receives a total of 50,381 weekly downloads. As such, @types/gulp-sourcemaps popularity was classified as popular.
We found that @types/gulp-sourcemaps 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.