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-alpha.24 to 4.0.2-alpha.25

4

dist/cjs/kernel-zerodev/validator/base.js

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

const constants_js_1 = require("../constants.js");
const index_js_1 = require("viem/dist/types/chains/index.js");
const chains_1 = require("viem/chains");
var ValidatorMode;

@@ -118,3 +118,3 @@ (function (ValidatorMode) {

}),
chain: this.chain ?? index_js_1.polygonMumbai,
chain: this.chain ?? chains_1.polygonMumbai,
});

@@ -121,0 +121,0 @@ }

@@ -5,3 +5,3 @@ import {} from "@alchemy/aa-core";

import { BUNDLER_URL, ECDSA_VALIDATOR_ADDRESS, ENTRYPOINT_ADDRESS, } from "../constants.js";
import { polygonMumbai } from "viem/dist/types/chains/index.js";
import { polygonMumbai } from "viem/chains";
export var ValidatorMode;

@@ -8,0 +8,0 @@ (function (ValidatorMode) {

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

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

"peerDependencies": {
"@alchemy/aa-core": "^0.1.0-alpha.23"
"@alchemy/aa-core": "^0.1.0-alpha.23",
"@alchemy/aa-ethers": "^0.1.0-alpha.23"
},

@@ -53,0 +54,0 @@ "publishConfig": {

@@ -12,3 +12,3 @@ # ZeroDev SDK

```bash
yarn add @zerodev/sdk@alpha
yarn add @alchemy/aa-core @alchemy/aa-ethers @zerodevapp/sdk@alpha
```

@@ -19,3 +19,3 @@

```bash
npm i -s @zerodev/sdk@alpha
npm i -s @alchemy/aa-core @alchemy/aa-ethers @zerodev/sdk@alpha
```

@@ -22,0 +22,0 @@

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

import type { PaymasterAndBundlerProviders } from "../paymaster/types.js";
import { polygonMumbai } from "viem/dist/types/chains/index.js";
import { polygonMumbai } from "viem/chains";

@@ -29,0 +29,0 @@ export enum ValidatorMode {

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