
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@metis.io/hardhat-mvm
Advanced tools
A plugin that brings OVM compiler support to Hardhat projects.
yarn add --dev @eth-optimism/hardhat-ovm
Next, import the plugin inside your hardhat.config.js:
// hardhat.config.js
require("@eth-optimism/hardhat-ovm")
Or if using TypeScript:
// hardhat.config.ts
import "@eth-optimism/hardhat-ovm"
By default, this plugin will use OVM compiler version 0.7.6.
Configure this plugin by adding an ovm field to your Hardhat config:
// hardhat.config.js
require("@eth-optimism/hardhat-ovm")
module.exports = {
ovm: {
solcVersion: 'X.Y.Z' // Your version goes here.
}
}
This package also has typings so it won't break your Hardhat config if you're using TypeScript.
FAQs
A plugin that brings OVM compiler support to Hardhat projects.
The npm package @metis.io/hardhat-mvm receives a total of 0 weekly downloads. As such, @metis.io/hardhat-mvm popularity was classified as not popular.
We found that @metis.io/hardhat-mvm demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.