Socket
Socket
Sign inDemoInstall

solidity-coverage

Package Overview
Dependencies
Maintainers
3
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solidity-coverage - npm Package Compare versions

Comparing version 0.8.10 to 0.8.11

4

CHANGELOG.md
# Changelog
0.8.10 / 2024-02-29
===================
* Check all PUSH opcodes for instr. hashes when viaIR is true (https://github.com/sc-forks/solidity-coverage/issues/871)
0.8.9 / 2024-02-27

@@ -4,0 +8,0 @@ ==================

@@ -102,2 +102,7 @@ /**

for (let i = 1; i <= 16; i++ ) {
const key = "SWAP" + i;
opcodes[key] = viaIR;
}
return opcodes;

@@ -104,0 +109,0 @@ }

2

package.json
{
"name": "solidity-coverage",
"version": "0.8.10",
"version": "0.8.11",
"description": "Code coverage for Solidity testing",

@@ -5,0 +5,0 @@ "main": "plugins/nomiclabs.plugin.js",

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