Gathering detailed insights and metrics for @ice/sandbox
Gathering detailed insights and metrics for @ice/sandbox
Gathering detailed insights and metrics for @ice/sandbox
Gathering detailed insights and metrics for @ice/sandbox
🐯 Micro Frontends solution for large application(面向大型应用的微前端解决方案),站点国内镜像:https://icestark.gitee.io
npm install @ice/sandbox
Typescript
Module System
Node Version
NPM Version
TypeScript (84.77%)
JavaScript (11.11%)
CSS (4.12%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
2,070 Stars
321 Commits
174 Forks
41 Watchers
26 Branches
35 Contributors
Updated on Jul 10, 2025
Latest Version
1.1.4
Package Id
@ice/sandbox@1.1.4
Unpacked Size
13.55 kB
Size
4.27 kB
File Count
5
NPM Version
6.14.16
Node Version
12.22.11
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
icestark sandbox solution. icestark docs.
1$ npm install @ice/sandbox --save
1import Sandbox from '@ice/sandbox';
2
3const sandbox = new Sandbox();
4
5// execute scripts in sandbox
6sandbox.execScriptInSandbox('window.a = 1;console.log(window.a);');
7
8// clear side effects added by sandbox, such as addEventListener, setInterval
9sandbox.clear();
@ice/sandbox
is inspired by tc39/proposal-realms, realms-shim and qiankun sandbox.
Feel free to report any questions as an issue, we'd love to have your helping hand on icestark
.
If you're interested in icestark
, see CONTRIBUTING.md for more information to learn how to get started.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
all changesets reviewed
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
3 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 4
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
52 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More