Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

@endo/lockdown

Package Overview
Dependencies
Maintainers
8
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@endo/lockdown

Wrappers for hardening JavaScript for Endo

latest
Source
npmnpm
Version
1.0.19
Version published
Weekly downloads
15K
-23.34%
Maintainers
8
Weekly downloads
 
Created
Source

@endo/lockdown

We often need to upgrade a JavaScript environment to HardenedJS as a side effect of importing a module, so that later modules can rely on the hardened environment. The @endo/lockdown package simply ensures that SES has both initialized and locked down the environment.

import '@endo/lockdown'
import 'hardened-modules...';

The HardenedJS environment is a subset of the Endo environment. Use @endo/init for a more comprehensive upgrade.

FAQs

Package last updated on 16 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts