Socket
Socket
Sign inDemoInstall

libp2p-crypto

Package Overview
Dependencies
Maintainers
1
Versions
67
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 0.3.0 to 0.3.1

src/.tern-port

3

lib/key-stretcher.js

@@ -24,3 +24,4 @@ 'use strict';

SHA256: 'sha256',
SHA512: 'sha512'
// workaround for https://github.com/digitalbazaar/forge/issues/401
SHA512: forge.md.sha512.create()
};

@@ -27,0 +28,0 @@

{
"name": "libp2p-crypto",
"version": "0.3.0",
"version": "0.3.1",
"description": "Crypto primitives for libp2p",

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

@@ -24,3 +24,4 @@ 'use strict'

SHA256: 'sha256',
SHA512: 'sha512'
// workaround for https://github.com/digitalbazaar/forge/issues/401
SHA512: forge.md.sha512.create()
}

@@ -27,0 +28,0 @@

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

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

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