
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
@types/regexgen
Advanced tools
npm install --save @types/regexgen
This package contains type definitions for regexgen (https://github.com/devongovett/regexgen).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/regexgen.
declare function regexgen(inputs: string[], flags?: RegExp["flags"]): RegExp;
declare namespace regexgen {
class Trie {
add(input: string): void;
addAll(inputs: string[]): void;
minimize(): void;
toString(flags?: RegExp["flags"]): string;
toRegExp(flags?: RegExp["flags"]): RegExp;
}
}
export = regexgen;
These definitions were written by Septs.
FAQs
TypeScript definitions for regexgen
The npm package @types/regexgen receives a total of 3,221 weekly downloads. As such, @types/regexgen popularity was classified as popular.
We found that @types/regexgen 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
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.