New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@polkadot/util-crypto

Package Overview
Dependencies
Maintainers
1
Versions
1361
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polkadot/util-crypto - npm Package Compare versions

Comparing version 0.15.7 to 0.15.8

nacl/keypair/fromRandom.js

8

nacl/index.js

@@ -6,5 +6,5 @@ 'use strict';

// of the ISC license. See the LICENSE file for details.
var naclKeypair = require('./keypair');
var naclKeypairFromSecret = require('./keypairFromSecret');
var naclKeypairFromSeed = require('./keypairFromSeed');
var naclKeypairFromRandom = require('./keypair/fromRandom');
var naclKeypairFromSecret = require('./keypair/fromSecret');
var naclKeypairFromSeed = require('./keypair/fromSeed');
var naclSign = require('./sign');

@@ -17,3 +17,3 @@ var naclVerify = require('./verify');

module.exports = {
naclKeypair: naclKeypair,
naclKeypairFromRandom: naclKeypairFromRandom,
naclKeypairFromSecret: naclKeypairFromSecret,

@@ -20,0 +20,0 @@ naclKeypairFromSeed: naclKeypairFromSeed,

{
"name": "@polkadot/util-crypto",
"version": "0.15.7",
"version": "0.15.8",
"description": "A collection of useful crypto utilities for @polkadot",

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

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