🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@peculiar/webcrypto

Package Overview
Dependencies
Maintainers
6
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@peculiar/webcrypto - npm Package Compare versions

Comparing version

to
1.4.3

2

index.d.ts
export declare class Crypto implements globalThis.Crypto {
public subtle: SubtleCrypto;
public getRandomValues<T extends ArrayBufferView | null>(array: T): T;
public randomUUID(): string;
randomUUID(): `${string}-${string}-${string}-${string}-${string}`;
}

@@ -6,0 +6,0 @@

{
"name": "@peculiar/webcrypto",
"version": "1.4.2",
"version": "1.4.3",
"description": "A WebCrypto Polyfill for NodeJS",

@@ -5,0 +5,0 @@ "repository": {