Comparing version 0.8.0 to 0.8.1
{ | ||
"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) { |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
24034666
1