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.0.3 to 1.0.4

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -0,1 +1,3 @@

export declare type NativeCrypto = Crypto;
export declare type NativeSubtleCrypto = SubtleCrypto;
export declare type NativeCryptoKey = CryptoKey;

@@ -2,0 +4,0 @@ export declare type HexString = string;

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