Comparing version 0.6.11 to 0.6.12
{ | ||
"name": "solc", | ||
"version": "0.6.11", | ||
"version": "0.6.12", | ||
"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://raw.githubusercontent.com/ethereum/solc-bin/gh-pages/bin/soljson-' + versionString + '.js'; | ||
var url = 'https://solc-bin.ethereum.org/bin/soljson-' + versionString + '.js'; | ||
https.get(url, function (response) { | ||
@@ -334,0 +334,0 @@ if (response.statusCode !== 200) { |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
22765297
2