Socket
Socket
Sign inDemoInstall

webcrypto-core

Package Overview
Dependencies
Maintainers
2
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webcrypto-core - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

1

build/types/crypto.d.ts

@@ -8,3 +8,2 @@ import { SubtleCrypto } from "./subtle";

abstract readonly subtle: SubtleCrypto;
get [Symbol.toStringTag](): string;
/**

@@ -11,0 +10,0 @@ * Generates cryptographically random values

@@ -11,3 +11,2 @@ import { KeyUsages, NativeCryptoKey } from "./types";

extractable: boolean;
get [Symbol.toStringTag](): string;
}

@@ -7,3 +7,2 @@ import { ProviderCrypto } from "./provider";

protected providers: ProviderStorage;
get [Symbol.toStringTag](): string;
digest(algorithm: AlgorithmIdentifier, data: BufferSource): Promise<ArrayBuffer>;

@@ -10,0 +9,0 @@ generateKey(algorithm: AlgorithmIdentifier, extractable: boolean, keyUsages: KeyUsage[]): Promise<CryptoKeyPair | CryptoKey>;

2

package.json
{
"name": "webcrypto-core",
"version": "1.1.4",
"version": "1.1.5",
"description": "Common layer to be used by crypto libraries based on WebCrypto API for input validation.",

@@ -5,0 +5,0 @@ "main": "build/webcrypto-core.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc