0.1.1 • Published 5 years ago

@agoric/insecure-evaluate v0.1.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
5 years ago

Evaluate

INSECURE three-argument evaluate function. The evaluated code will have full access to the globals, which is far more authority than you really want to give that code.

You should be using Secure ECMAScript or Realms to call evaluate with security in mind.

This repository contains a stub implementation of evaluate. If you really need it, you will know, and you are on your own.