Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
MOVED to @agoric/ses-shim. SES (Secure EcmaScript) is a secure runtime for running third-party code safely
- Host: GitHub
- URL: https://github.com/Agoric/SES
- Owner: Agoric
- Created: 2018-05-28T18:13:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T20:06:09.000Z (over 4 years ago)
- Last Synced: 2024-07-18T22:24:33.643Z (4 months ago)
- Homepage:
- Size: 1.21 MB
- Stars: 362
- Watchers: 41
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.