@dxos/crypto
Advanced tools
Comparing version 0.6.7 to 0.6.8-main.046e6cf
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { type KeyPair, PublicKey, type PublicKeyLike } from '@dxos/keys'; | ||
@@ -3,0 +2,0 @@ export declare const SIGNATURE_LENGTH = 64; |
@@ -1,4 +0,3 @@ | ||
/// <reference types="node" /> | ||
import * as nodeCrypto from 'node:crypto'; | ||
export declare const subtleCrypto: nodeCrypto.webcrypto.SubtleCrypto; | ||
//# sourceMappingURL=subtle.d.ts.map |
{ | ||
"name": "@dxos/crypto", | ||
"version": "0.6.7", | ||
"version": "0.6.8-main.046e6cf", | ||
"description": "Basic cross-platform crypto utils.", | ||
@@ -33,9 +33,10 @@ "homepage": "https://dxos.org", | ||
"dist", | ||
"src" | ||
"src", | ||
"./hypercore-crypto-stub.js" | ||
], | ||
"dependencies": { | ||
"hypercore-crypto": "^2.3.0", | ||
"@dxos/invariant": "0.6.7", | ||
"@dxos/keys": "0.6.7", | ||
"@dxos/node-std": "0.6.7" | ||
"@dxos/invariant": "0.6.8-main.046e6cf", | ||
"@dxos/keys": "0.6.8-main.046e6cf", | ||
"@dxos/node-std": "0.6.8-main.046e6cf" | ||
}, | ||
@@ -42,0 +43,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38632
35
512
+ Added@dxos/debug@0.6.8-main.046e6cf(transitive)
+ Added@dxos/keys@0.6.8-main.046e6cf(transitive)
+ Added@dxos/node-std@0.6.8-main.046e6cf(transitive)
- Removed@dxos/debug@0.6.7(transitive)
- Removed@dxos/keys@0.6.7(transitive)
- Removed@dxos/node-std@0.6.7(transitive)