New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

sevm-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sevm-cli - npm Package Compare versions

Comparing version
0.1.1
to
0.2.0
+3
-3
package.json
{
"name": "sevm-cli",
"version": "0.1.1",
"version": "0.2.0",
"description": "A CLI for the Symbolic Ethereum Virtual Machine (EVM) bytecode decompiler & analyzer",

@@ -37,2 +37,3 @@ "type": "module",

"env-paths": "^3.0.0",
"ethers": "^6.7.1",
"sevm": "^0.2.2",

@@ -46,4 +47,3 @@ "sevm-4byte": "^0.1.3",

"@types/yargs": "^17.0.24",
"ethers": "^6.7.1",
"typescript": "^5.0.4"
"typescript": "^5.2.2"
},

@@ -50,0 +50,0 @@ "scripts": {

@@ -5,6 +5,6 @@ <!-- markdownlint-disable no-inline-html -->

[![npm (scoped)](https://img.shields.io/npm/v/@acuarica/evm-cli?style=flat-square)](https://www.npmjs.com/package/@acuarica/evm-cli)
![npm](https://img.shields.io/npm/dt/@acuarica/evm-cli)
[![npm](https://img.shields.io/npm/v/sevm-cli?style=flat-square)](https://www.npmjs.com/package/sevm-cli)
![npm](https://img.shields.io/npm/dt/sevm-cli)
[![GitHub](https://img.shields.io/github/license/acuarica/evm-cli?style=flat-square)](https://github.com/acuarica/evm-cli/blob/main/LICENSE)
[![install size](https://packagephobia.com/badge?p=@acuarica/evm-cli)](https://packagephobia.com/result?p=@acuarica/evm-cli)
[![install size](https://packagephobia.com/badge?p=sevm-cli)](https://packagephobia.com/result?p=sevm-cli)

@@ -11,0 +11,0 @@ > :construction: Under heavy development. Feel free to open an [issue](https://github.com/acuarica/evm-cli/issues) if something is not right. :construction: