Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Agoric/SES

MOVED to @agoric/ses-shim. SES (Secure EcmaScript) is a secure runtime for running third-party code safely
https://github.com/Agoric/SES

Last synced: about 2 months ago
JSON representation

MOVED to @agoric/ses-shim. SES (Secure EcmaScript) is a secure runtime for running third-party code safely

Awesome Lists containing this project

README

        

# Moved

This repository contains the code for "Old SES": the one whose default export is a single object named `SES`, which has a property named `SES.makeSESRootRealm()`. This code was used to make all NPM releases of the `SES` package up through the '0.6.x' series.

Modern SES development is now happening in the [SES-shim](https://github.com/Agoric/ses-shim) repository. This "New SES" has a named export named `lockdown()`, which introduces the `Compartment` constructor (and the `harden` function) into the global environment. That code is used to make NPM releases of `SES` starting with the '0.7.x' series.

The old SES code was used to populate the `packages/ses/` directory in the New SES reposotiry.

Developers who need to make more releases in the '0.6.x' series should use the `0.6-stable` branch of this repository. The trunk is left empty to avoid confusion.