
Research
Security News
Malicious npm Packages Target BSC and Ethereum to Drain Crypto Wallets
Socket uncovered four malicious npm packages that exfiltrate up to 85% of a victim’s Ethereum or BSC wallet using obfuscated JavaScript.
@types/global-tunnel-ng
Advanced tools
TypeScript definitions for global-tunnel-ng
npm install --save @types/global-tunnel-ng
This package contains type definitions for global-tunnel-ng (https://github.com/salesforce/global-tunnel).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/global-tunnel-ng.
export function initialize(options?: Options | string): void;
export function end(): void;
export const proxyUrl: string | null;
export const proxyConfig: Options | null;
export const isProxying: boolean;
export interface Options {
host: string;
port: number;
connect?: "neither" | "https" | "both" | undefined;
protocol?: "http:" | "https:" | undefined;
proxyAuth?: string | undefined;
sockets?: number | undefined;
proxyHttpsOptions?: { [key: string]: any } | undefined;
originHttpsOptions?: { [key: string]: any } | undefined;
}
These definitions were written by BendingBender.
FAQs
TypeScript definitions for global-tunnel-ng
The npm package @types/global-tunnel-ng receives a total of 631 weekly downloads. As such, @types/global-tunnel-ng popularity was classified as not popular.
We found that @types/global-tunnel-ng 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
Security News
Socket uncovered four malicious npm packages that exfiltrate up to 85% of a victim’s Ethereum or BSC wallet using obfuscated JavaScript.
Security News
TC39 advances 9 JavaScript proposals, including Array.fromAsync, Error.isError, and Explicit Resource Management, which are now headed into the ECMAScript spec.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.