Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

solc

Package Overview
Dependencies
Maintainers
2
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solc - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

2

package.json
{
"name": "solc",
"version": "0.8.0",
"version": "0.8.1",
"description": "Solidity compiler",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -331,3 +331,3 @@ var assert = require('assert');

var mem = new MemoryStream(null, {readable: false});
var url = 'https://solc-bin.ethereum.org/bin/soljson-' + versionString + '.js';
var url = 'https://binaries.soliditylang.org/bin/soljson-' + versionString + '.js';
https.get(url, function (response) {

@@ -334,0 +334,0 @@ if (response.statusCode !== 200) {

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