Socket
Socket
Sign inDemoInstall

hypercore-crypto

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hypercore-crypto - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

index.js

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

const sodium = require('./sodium')
const sodium = require('sodium-universal')
const uint64be = require('uint64be')

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

{
"name": "hypercore-crypto",
"version": "2.1.0",
"version": "2.1.1",
"description": "The crypto primitives used in hypercore, extracted into a separate module",
"main": "index.js",
"dependencies": {
"sodium-javascript": "^0.5.6",
"sodium-native": "^3.1.1",
"sodium-universal": "^3.0.0",
"uint64be": "^3.0.0"

@@ -15,5 +14,2 @@ },

},
"browser": {
"./sodium": "sodium-javascript"
},
"scripts": {

@@ -20,0 +16,0 @@ "test": "standard && tape test.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