@safe-global/api-kit
Advanced tools
+11
-8
| { | ||
| "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" |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
118229
0.63%+ Added
+ Added
- Removed
- Removed