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
6
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 5.3.25 to 5.3.26

2

_types/actions/account-client/uninstallPlugin.d.ts

@@ -6,3 +6,3 @@ import { type SendTransactionsWithPaymasterParameters } from "permissionless/actions/smartAccount";

import type { KernelValidator, KernelValidatorHook } from "../../types/kernel.js";
export type UninstallPluginParameters<entryPoint extends EntryPoint, TTransport extends Transport = Transport, TChain extends Chain | undefined = Chain | undefined, TAccount extends KernelSmartAccount<entryPoint, TTransport, TChain> | undefined = KernelSmartAccount<entryPoint, TTransport, TChain> | undefined> = Prettify<SendTransactionsWithPaymasterParameters<entryPoint, TTransport, TChain, TAccount> & {
export type UninstallPluginParameters<entryPoint extends EntryPoint, TTransport extends Transport = Transport, TChain extends Chain | undefined = Chain | undefined, TAccount extends KernelSmartAccount<entryPoint, TTransport, TChain> | undefined = KernelSmartAccount<entryPoint, TTransport, TChain> | undefined> = Prettify<Partial<SendTransactionsWithPaymasterParameters<entryPoint, TTransport, TChain, TAccount>> & {
plugin: KernelValidator<entryPoint, string>;

@@ -9,0 +9,0 @@ hook?: KernelValidatorHook;

@@ -30,7 +30,9 @@ import {

> = Prettify<
SendTransactionsWithPaymasterParameters<
entryPoint,
TTransport,
TChain,
TAccount
Partial<
SendTransactionsWithPaymasterParameters<
entryPoint,
TTransport,
TChain,
TAccount
>
> & {

@@ -37,0 +39,0 @@ plugin: KernelValidator<entryPoint, string>

{
"name": "@zerodev/sdk",
"version": "5.3.25",
"version": "5.3.26",
"author": "ZeroDev",

@@ -12,3 +12,9 @@ "main": "./_cjs/index.js",

"description": "A utility library for working with ERC-4337",
"keywords": ["ethereum", "erc-4337", "eip-4337", "paymaster", "bundler"],
"keywords": [
"ethereum",
"erc-4337",
"eip-4337",
"paymaster",
"bundler"
],
"license": "MIT",

@@ -94,10 +100,26 @@ "files": [

"*": {
"accounts": ["./_types/accounts/index.d.ts"],
"plugins": ["./_types/plugins/index.d.ts"],
"actions": ["./_types/actions/index.d.ts"],
"types": ["./_types/types/index.d.ts"],
"actions/kernel": ["./_types/actions/kernel/index.d.ts"],
"clients": ["./_types/clients/index.d.ts"],
"clients/kernel": ["./_types/clients/kernel/index.d.ts"],
"providers": ["./_types/providers/index.d.ts"]
"accounts": [
"./_types/accounts/index.d.ts"
],
"plugins": [
"./_types/plugins/index.d.ts"
],
"actions": [
"./_types/actions/index.d.ts"
],
"types": [
"./_types/types/index.d.ts"
],
"actions/kernel": [
"./_types/actions/kernel/index.d.ts"
],
"clients": [
"./_types/clients/index.d.ts"
],
"clients/kernel": [
"./_types/clients/kernel/index.d.ts"
],
"providers": [
"./_types/providers/index.d.ts"
]
}

@@ -104,0 +126,0 @@ },

Sorry, the diff of this file is not supported yet

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