
Security News
Open Source CAI Framework Handles Pen Testing Tasks up to 3,600× Faster Than Humans
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
@types/hasbin
Advanced tools
TypeScript definitions for hasbin
npm install --save @types/hasbin
This package contains type definitions for hasbin (https://github.com/springernature/hasbin).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hasbin.
export = hasbin;
declare function hasbin(bin: string, done: (result: boolean) => void): void;
declare namespace hasbin {
function all(bins: string[], done: (result: boolean) => void): void;
function any(bins: string[], done: (result: boolean) => void): void;
function every(bins: string[], done: (result: boolean) => void): void;
function first(bins: string[], done: (result: false | string) => void): void;
function some(bins: string[], done: (result: boolean) => void): void;
function async(bin: string, done: (result: boolean) => void): void;
function sync(bin: string): boolean;
namespace all {
function sync(bins: string[]): boolean;
}
namespace any {
function sync(bins: string[]): boolean;
}
namespace every {
function sync(bins: string[]): boolean;
}
namespace first {
function sync(bins: string[]): false | string;
}
namespace some {
function sync(bins: string[]): boolean;
}
}
These definitions were written by Micha Streppel.
FAQs
TypeScript definitions for hasbin
The npm package @types/hasbin receives a total of 3,080 weekly downloads. As such, @types/hasbin popularity was classified as popular.
We found that @types/hasbin 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
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.