Lines 7-47javascript
7 throw Error('Dynamic require of "' + x + '" is not supported');
9var __esm = (fn, res) => function __init() {
10 return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
12var __export = (target, all) => {
14 __defProp(target, name, { get: all[name], enumerable: true });
18var DefinedGlobalObjects, _global, _defined;
19var init_globals = __esm({
22 DefinedGlobalObjects = ["__PACKAGE_VERSIONS__", "__BUILD__"];
24 _defined = DefinedGlobalObjects;
25 for (const key of Object.keys(DefinedGlobalObjects)) {
26 if (typeof _global[key] === "string") {
28 _global[key] = JSON.parse(_global[key]);
29 } catch {
LowWeak Crypto
Package source references weak cryptographic algorithms.
dist/runtime.jsView on unpkg · L27 30 _global[key] = _defined[key];
37// src/runtime/singletons.ts
38function getSingleton(key, factory) {
39 if (!globalThis[key]) {
41 globalThis[key] = factory();
43 return globalThis[key];
45var init_singletons = __esm({
46 "src/runtime/singletons.ts"() {