@peculiar/webcrypto
Advanced tools
Comparing version
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": { |
190719
0.02%