🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@safe-global/api-kit

Package Overview
Dependencies
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@safe-global/api-kit - npm Package Compare versions

Comparing version
4.0.1
to
4.1.0
+11
-8
package.json
{
"name": "@safe-global/api-kit",
"version": "4.0.1",
"version": "4.1.0",
"description": "SDK that facilitates the interaction with the Safe Transaction Service API",

@@ -24,5 +24,8 @@ "types": "dist/src/index.d.ts",

"test": "yarn test:viem",
"test:ci:ethers": "export HARDHAT_NETWORK=sepolia && export ETH_LIB=ethers && nyc --reporter=lcov testing-kit test 'tests/e2e/*.test.*'",
"test:ci:viem": "export HARDHAT_NETWORK=sepolia && export ETH_LIB=viem && nyc --reporter=lcov testing-kit test 'tests/e2e/*.test.*'",
"test:ci": "yarn test:ci:viem",
"test:ci:ethers:v1.3.0": "export HARDHAT_NETWORK=sepolia && export ETH_LIB=ethers && export SAFE_VERSION=1.3.0 && nyc --reporter=lcov testing-kit test 'tests/e2e/*.test.*'",
"test:ci:ethers:v1.4.1": "export HARDHAT_NETWORK=sepolia && export ETH_LIB=ethers && export SAFE_VERSION=1.4.1 && nyc --reporter=lcov testing-kit test 'tests/e2e/*.test.*'",
"test:ci:ethers:v1.5.0": "export HARDHAT_NETWORK=sepolia && export ETH_LIB=ethers && export SAFE_VERSION=1.5.0 && nyc --reporter=lcov testing-kit test 'tests/e2e/*.test.*'",
"test:ci:viem:v1.3.0": "export HARDHAT_NETWORK=sepolia && export ETH_LIB=viem && export SAFE_VERSION=1.3.0 && nyc --reporter=lcov testing-kit test 'tests/e2e/*.test.*'",
"test:ci:viem:v1.4.1": "export HARDHAT_NETWORK=sepolia && export ETH_LIB=viem && export SAFE_VERSION=1.4.1 && nyc --reporter=lcov testing-kit test 'tests/e2e/*.test.*'",
"test:ci:viem:v1.5.0": "export HARDHAT_NETWORK=sepolia && export ETH_LIB=viem && export SAFE_VERSION=1.5.0 && nyc --reporter=lcov testing-kit test 'tests/e2e/*.test.*'",
"format:check": "prettier --check \"*/**/*.{js,json,md,ts}\"",

@@ -50,4 +53,4 @@ "format": "prettier --write \"*/**/*.{js,json,md,ts}\"",

"devDependencies": {
"@safe-global/relay-kit": "^4.1.1",
"@safe-global/testing-kit": "^0.2.2",
"@safe-global/relay-kit": "^5.0.0",
"@safe-global/testing-kit": "^0.3.0",
"@types/chai": "^4.3.20",

@@ -70,4 +73,4 @@ "@types/chai-as-promised": "^7.1.8",

"dependencies": {
"@safe-global/protocol-kit": "^6.1.2",
"@safe-global/types-kit": "^3.0.0",
"@safe-global/protocol-kit": "^7.0.0",
"@safe-global/types-kit": "^3.1.0",
"node-fetch": "^2.7.0",

@@ -74,0 +77,0 @@ "viem": "^2.21.8"