Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@libp2p/crypto

Package Overview
Dependencies
Maintainers
6
Versions
574
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libp2p/crypto - npm Package Compare versions

Comparing version 1.0.17-7debe031 to 1.0.17-7f60b579

13

package.json
{
"name": "@libp2p/crypto",
"version": "1.0.17-7debe031",
"version": "1.0.17-7f60b579",
"description": "Crypto primitives for libp2p",

@@ -54,6 +54,2 @@ "license": "Apache-2.0 OR MIT",

},
"./ciphers": {
"types": "./dist/src/ciphers/index.d.ts",
"import": "./dist/src/ciphers/index.js"
},
"./hmac": {

@@ -93,3 +89,3 @@ "types": "./dist/src/hmac/index.d.ts",

"dependencies": {
"@libp2p/interface": "0.0.1-7debe031",
"@libp2p/interface": "0.0.1-7f60b579",
"@noble/ed25519": "^1.6.0",

@@ -105,3 +101,3 @@ "@noble/secp256k1": "^1.5.4",

"@types/mocha": "^10.0.0",
"aegir": "^39.0.13",
"aegir": "^40.0.1",
"benchmark": "^2.1.4",

@@ -117,6 +113,3 @@ "protons": "^7.0.2"

"./dist/src/keys/rsa.js": "./dist/src/keys/rsa-browser.js"
},
"typedoc": {
"entryPoint": "./src/index.ts"
}
}

@@ -1,2 +0,1 @@

import 'node-forge/lib/aes.js'

@@ -3,0 +2,0 @@ // @ts-expect-error types are missing

@@ -1,2 +0,1 @@

export interface CreateOptions {

@@ -3,0 +2,0 @@ algorithm?: string

@@ -1,2 +0,1 @@

export default {

@@ -3,0 +2,0 @@ SHA1: 20,

@@ -1,2 +0,1 @@

export interface JWKKeyPair {

@@ -24,3 +23,3 @@ privateKey: JsonWebKey

export interface JWKEncodedPrivateKey extends JWKEncodedPublicKey { d: string}
export interface JWKEncodedPrivateKey extends JWKEncodedPublicKey { d: string }

@@ -27,0 +26,0 @@ export interface EnhancedKey {

@@ -1,2 +0,1 @@

import { CodeError } from '@libp2p/interface/errors'

@@ -3,0 +2,0 @@ import { sha256 } from 'multiformats/hashes/sha2'

Sorry, the diff of this file is too big to display

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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