Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@types/adeira__js
Advanced tools
TypeScript definitions for @adeira/js
npm install --save @types/adeira__js
This package contains type definitions for @adeira/js (https://github.com/adeira/universe/tree/master/src/js).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/adeira__js.
// Type definitions for @adeira/js 2.1
// Project: https://github.com/adeira/universe/tree/master/src/js
// Definitions by: Martin Zlámal <https://github.com/mrtnzlml>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Minimum TypeScript Version: 3.7
type Maybe<T> = null | undefined | T;
export function invariant(condition: boolean, format: string, ...args: ReadonlyArray<any>): asserts condition;
export function isBrowser(): boolean;
export function isNumeric(value: any): boolean;
export function isObject(value: any): boolean;
export function isObjectEmpty(value: any): boolean;
export function nullthrows<T>(x: Maybe<T>, message?: string): T extends null | undefined ? never : T;
export function sprintf(format: string, ...args: ReadonlyArray<any>): string;
export function warning(condition: boolean, format: string, ...args: ReadonlyArray<any>): void;
export function rangeMap<T>(n: number, fn: (i: number) => T): ReadonlyArray<T>;
export {};
These definitions were written by Martin Zlámal.
FAQs
TypeScript definitions for @adeira/js
We found that @types/adeira__js demonstrated a healthy version release cadence and project activity because the last version was released less than 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.