Socket
Socket
Sign inDemoInstall

radspec

Package Overview
Dependencies
4
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-beta.6 to 1.0.0-beta.7

2

package.json
{
"name": "radspec",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"description": "Radspec is a safe alternative to Ethereum's natspec",

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

@@ -249,7 +249,8 @@ /**

* @param {radspec/Bindings} bindings An object of bindings and their values
* @param {?string} ethNode The URL to an Ethereum node
* @return {string}
*/
evaluate (ast, bindings) {
return new Evaluator(ast, bindings).evaluate()
evaluate (ast, bindings, ethNode) {
return new Evaluator(ast, bindings, ethNode).evaluate()
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc