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

@lit-protocol/crypto

Package Overview
Dependencies
Maintainers
4
Versions
525
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lit-protocol/crypto - npm Package Compare versions

Comparing version 2.0.30 to 2.0.31

26

package.json
{
"name": "@lit-protocol/crypto",
"version": "2.0.30",
"version": "2.0.31",
"type": "commonjs",

@@ -16,21 +16,21 @@ "publishConfig": {

"dependencies": {
"@lit-protocol/bls-sdk": "2.0.30",
"@lit-protocol/constants": "2.0.30",
"@lit-protocol/ecdsa-sdk": "2.0.30",
"@lit-protocol/misc": "2.0.30",
"@lit-protocol/bls-sdk": "2.0.31",
"@lit-protocol/constants": "2.0.31",
"@lit-protocol/ecdsa-sdk": "2.0.31",
"@lit-protocol/misc": "2.0.31",
"ethers": "^5.7.1",
"@lit-protocol/uint8arrays": "2.0.30",
"tweetnacl": "^1.0.3",
"@lit-protocol/uint8arrays": "2.0.31",
"@lit-protocol/nacl": "2.0.31",
"tslib": "^2.3.0"
},
"peerDependencies": {
"@lit-protocol/bls-sdk": "2.0.30",
"@lit-protocol/constants": "2.0.30",
"@lit-protocol/ecdsa-sdk": "2.0.30",
"@lit-protocol/misc": "2.0.30",
"@lit-protocol/bls-sdk": "2.0.31",
"@lit-protocol/constants": "2.0.31",
"@lit-protocol/ecdsa-sdk": "2.0.31",
"@lit-protocol/misc": "2.0.31",
"ethers": "^5.7.1",
"@lit-protocol/uint8arrays": "2.0.30",
"tweetnacl": "^1.0.3",
"@lit-protocol/uint8arrays": "2.0.31",
"@lit-protocol/nacl": "2.0.31",
"tslib": "^2.3.0"
}
}

@@ -10,4 +10,4 @@ "use strict";

const uint8arrays_1 = require("@lit-protocol/uint8arrays");
const tweetnacl_1 = require("tweetnacl");
// import { nacl } from '@lit-protocol/nacl';
// import nacl from 'tweetnacl';
const nacl_1 = require("@lit-protocol/nacl");
// if 'wasmExports' is not available, we need to initialize the BLS SDK

@@ -189,3 +189,3 @@ if (!globalThis.wasmExports) {

const generateSessionKeyPair = () => {
const keyPair = tweetnacl_1.default.sign.keyPair();
const keyPair = nacl_1.nacl.sign.keyPair();
const sessionKeyPair = {

@@ -192,0 +192,0 @@ publicKey: (0, uint8arrays_1.uint8arrayToString)(keyPair.publicKey, 'base16'),

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