Skip to content

Agoric/SES

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

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 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.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published