Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@ethernauta/erc

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethernauta/erc - npm Package Compare versions

Comparing version
0.0.32
to
0.0.37
+1
src/utils/index.ts
export * from "./this-directory"
import { dirname } from "node:path"
import { fileURLToPath } from "node:url"
export function this_directory(meta_url: string) {
return dirname(fileURLToPath(meta_url))
}
+4
-5

@@ -5,3 +5,3 @@ {

"type": "module",
"version": "0.0.32",
"version": "0.0.37",
"publishConfig": {

@@ -26,6 +26,5 @@ "access": "public"

"dependencies": {
"@ethernauta/abi": "0.0.31",
"@ethernauta/testing": "0.0.32",
"@ethernauta/transport": "0.0.31",
"@ethernauta/eth": "0.0.31"
"@ethernauta/eth": "0.0.37",
"@ethernauta/abi": "0.0.37",
"@ethernauta/transport": "0.0.37"
},

@@ -32,0 +31,0 @@ "peerDependencies": {

@@ -8,3 +8,3 @@ import { execSync } from "node:child_process"

} from "@ethernauta/abi"
import { this_directory } from "@ethernauta/testing"
import { this_directory } from "../utils"
import { camel_to_kebab } from "@ethernauta/utils"

@@ -11,0 +11,0 @@ import { array, parse } from "valibot"

@@ -8,3 +8,2 @@ import { execSync } from "node:child_process"

} from "@ethernauta/abi"
import { this_directory } from "@ethernauta/testing"
import { camel_to_kebab } from "@ethernauta/utils"

@@ -14,2 +13,3 @@ import { array, parse } from "valibot"

import ERC20_ABI from "./IERC20.abi.json"
import { this_directory } from "../utils"

@@ -16,0 +16,0 @@ describe("ERC20", () => {

@@ -8,3 +8,3 @@ import { execSync } from "node:child_process"

} from "@ethernauta/abi"
import { this_directory } from "@ethernauta/testing"
import { this_directory } from "../utils"
import { camel_to_kebab } from "@ethernauta/utils"

@@ -11,0 +11,0 @@ import { array, parse } from "valibot"