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

@lit-protocol/wrapped-keys

Package Overview
Dependencies
Maintainers
0
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lit-protocol/wrapped-keys - npm Package Compare versions

Comparing version 6.1.0-beta.4 to 6.1.0

25

package.json

@@ -26,3 +26,3 @@ {

},
"version": "6.1.0-beta.4",
"version": "6.1.0",
"scripts": {

@@ -36,2 +36,3 @@ "bundle": "yarn node ./esbuild.config.js"

"@lit-protocol/accs-schemas": "0.0.7",
"ajv": "^8.12.0",
"bs58": "^5.0.0",

@@ -47,13 +48,13 @@ "cross-fetch": "3.1.4",

"util": "0.12.5",
"@lit-protocol/bls-sdk": "6.1.0-beta.4",
"@lit-protocol/constants": "6.1.0-beta.4",
"@lit-protocol/crypto": "6.1.0-beta.4",
"@lit-protocol/ecdsa-sdk": "6.1.0-beta.4",
"@lit-protocol/encryption": "6.1.0-beta.4",
"@lit-protocol/logger": "6.1.0-beta.4",
"@lit-protocol/misc": "6.1.0-beta.4",
"@lit-protocol/nacl": "6.1.0-beta.4",
"@lit-protocol/sev-snp-utils-sdk": "6.1.0-beta.4",
"@lit-protocol/types": "6.1.0-beta.4",
"@lit-protocol/uint8arrays": "6.1.0-beta.4",
"@lit-protocol/bls-sdk": "6.1.0",
"@lit-protocol/constants": "6.1.0",
"@lit-protocol/crypto": "6.1.0",
"@lit-protocol/ecdsa-sdk": "6.1.0",
"@lit-protocol/encryption": "6.1.0",
"@lit-protocol/logger": "6.1.0",
"@lit-protocol/misc": "6.1.0",
"@lit-protocol/nacl": "6.1.0",
"@lit-protocol/sev-snp-utils-sdk": "6.1.0",
"@lit-protocol/types": "6.1.0",
"@lit-protocol/uint8arrays": "6.1.0",
"tslib": "1.14.1"

@@ -60,0 +61,0 @@ },

@@ -33,2 +33,5 @@ "use strict";

const { pkpSessionSigs, network, litNodeClient } = params;
if (litNodeClient.config.litNetwork === 'habanero') {
throw new Error('generatePrivateKey is not available for `habanero`; this feature is still in beta and should not be used for production data yet.');
}
const firstSessionSig = (0, utils_2.getFirstSessionSig)(pkpSessionSigs);

@@ -35,0 +38,0 @@ const pkpAddress = (0, utils_2.getPkpAddressFromSessionSig)(firstSessionSig);

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