Latest Threat Research:Malicious dYdX Packages Published to npm and PyPI After Maintainer Compromise.Details →
Socket
Book a DemoInstallSign in
Socket

@parity/resolc

Package Overview
Dependencies
Maintainers
12
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parity/resolc

```typescript import { compile } from "@parity/resolc"; const sources = { ["contracts/1_Storage.sol"]: { content: readFileSync("fixtures/storage.sol", "utf8"), }

npmnpm
Version
0.6.0
Version published
Weekly downloads
3K
-18.33%
Maintainers
12
Weekly downloads
 
Created
Source

Usage from Node.js

import { compile } from "@parity/resolc";
const sources = {
["contracts/1_Storage.sol"]: {
    content: readFileSync("fixtures/storage.sol", "utf8"),
}

const out = await compile(sources);

Usage from shell

 npx @parity/resolc@latest --bin contracts/1_Storage.sol

FAQs

Package last updated on 08 Jan 2026

Did you know?

Socket

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.

Install

Related posts