
Product
A New Overview in our Dashboard
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.
@types/uuid-js
Advanced tools
TypeScript definitions for uuid-js
npm install --save @types/uuid-js
This package contains type definitions for uuid-js (https://github.com/pnegri/uuid-js).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid-js.
export = uuid;
declare class uuid {
equals(uuid: uuid): boolean;
fromParts(
timeLow: any,
timeMid: any,
timeHiAndVersion: any,
clockSeqHiAndReserved: any,
clockSeqLow: any,
node: any,
): uuid;
toBytes(): any[];
toString(): string;
toURN(): string;
static create(version?: number): uuid;
static firstFromTime(time: number): uuid;
static fromBinary(binary: any): uuid;
static fromBytes(ints: number[]): uuid;
static fromTime(time: number, last?: boolean): uuid;
static fromURN(strId: any): uuid;
static getTimeFieldValues(time: any): any;
static lastFromTime(time: any): uuid;
static limitUI04: number;
static limitUI06: number;
static limitUI08: number;
static limitUI12: number;
static limitUI14: number;
static limitUI16: number;
static limitUI32: number;
static limitUI40: number;
static limitUI48: number;
static maxFromBits(bits: number): uuid;
static newTS(): uuid;
static paddedString(string: any, length: any, z: any): uuid;
static randomUI04(): uuid;
static randomUI06(): uuid;
static randomUI08(): uuid;
static randomUI12(): uuid;
static randomUI14(): uuid;
static randomUI16(): uuid;
static randomUI32(): uuid;
static randomUI40(): uuid;
static randomUI48(): uuid;
}
These definitions were written by Mohamed Hegazy.
FAQs
TypeScript definitions for uuid-js
The npm package @types/uuid-js receives a total of 925 weekly downloads. As such, @types/uuid-js popularity was classified as not popular.
We found that @types/uuid-js 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.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.