Normal importing triggers an obfuscated dynamic import and constructs its provider outside test and CI environments. The imported module is not declared in the manifest.
The module automatically initializes a provider when it is imported.
dist/client.jsView on unpkg · L167It hides an undeclared https-provider dynamic import by assembling its name at runtime.
dist/client.jsView on unpkg · L169The hidden provider is constructed outside CI and test environments, allowing its code to run during normal imports.
dist/client.jsView on unpkg · L170Package source references dynamic require/import behavior.
dist/client.jsView on unpkg · L170Package declares a runtime dependency whose name matches a Node built-in module.
package.jsonView on unpkgIt hides an undeclared https-provider dynamic import by assembling its name at runtime.
dist/client.jsView on unpkg · L169Package source references dynamic require/import behavior.
dist/client.jsView on unpkg · L170The hidden provider is constructed outside CI and test environments, allowing its code to run during normal imports.
dist/client.jsView on unpkg · L170The module automatically initializes a provider when it is imported.
dist/client.jsView on unpkg · L167Package declares a runtime dependency whose name matches a Node built-in module.
package.jsonView on unpkg · L24