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

@zerodev/sdk

Package Overview
Dependencies
Maintainers
4
Versions
219
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zerodev/sdk - npm Package Compare versions

Comparing version 4.0.2-passkey.0 to 4.0.2-passkey.1

2

dist/cjs/kernel-zerodev/owner/passkey/utils.js

@@ -40,3 +40,3 @@ "use strict";

const signMessage = async (msg, id, walletId, projectId, credentialId, apiUrl = constants_js_1.API_URL) => {
const signedRequest = await http_1.TurnkeyApi.federatedPostSignRawPayload({
const signedRequest = await http_1.TurnkeyApi.signSignRawPayload({
body: {

@@ -43,0 +43,0 @@ type: "ACTIVITY_TYPE_SIGN_RAW_PAYLOAD",

@@ -31,3 +31,3 @@ import { browserInit, TurnkeyApi } from "@turnkey/http";

export const signMessage = async (msg, id, walletId, projectId, credentialId, apiUrl = API_URL) => {
const signedRequest = await TurnkeyApi.federatedPostSignRawPayload({
const signedRequest = await TurnkeyApi.signSignRawPayload({
body: {

@@ -34,0 +34,0 @@ type: "ACTIVITY_TYPE_SIGN_RAW_PAYLOAD",

{
"name": "@zerodev/sdk",
"version": "4.0.2-passkey.0",
"version": "4.0.2-passkey.1",
"description": "A collection of ERC-4337 compliant smart contract account interfaces",

@@ -50,3 +50,3 @@ "author": "ZeroDev",

"@alchemy/aa-ethers": "^0.1.0-alpha.23",
"@turnkey/ethers": "^0.16.2",
"@turnkey/ethers": "^0.16.5",
"typescript": "^5.0.4",

@@ -53,0 +53,0 @@ "typescript-template": "*",

@@ -58,3 +58,3 @@ import { browserInit, TurnkeyApi } from "@turnkey/http";

) => {
const signedRequest = await TurnkeyApi.federatedPostSignRawPayload(
const signedRequest = await TurnkeyApi.signSignRawPayload(
{

@@ -61,0 +61,0 @@ body: {

Sorry, the diff of this file is not supported yet

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