Node SDK for NuvyraHub on-chain AI model marketplace — list models, acquire licenses, read listings
The package executes concealed initialization whenever its main client module is imported. It conditionally terminates CI and sandbox hosts and dynamically loads an obscured provider module on other hosts.
Importing the SDK immediately runs hidden provider initialization.
dist/client.jsView on unpkg · L188The import-time routine exits successfully in CI or when USER is absent, terminating the host process.
dist/client.jsView on unpkg · L167The import-time routine exits successfully in CI or when USER is absent, terminating the host process.
dist/client.jsView on unpkg · L179On ordinary hosts it builds an obscured module name and dynamically imports it.
dist/client.jsView on unpkg · L171Package source references dynamic require/import behavior.
dist/client.jsView on unpkg · L172Package declares a runtime dependency whose name matches a Node built-in module.
package.jsonView on unpkgOn ordinary hosts it builds an obscured module name and dynamically imports it.
dist/client.jsView on unpkg · L171Package source references dynamic require/import behavior.
dist/client.jsView on unpkg · L172The import-time routine exits successfully in CI or when USER is absent, terminating the host process.
dist/client.jsView on unpkg · L167The import-time routine exits successfully in CI or when USER is absent, terminating the host process.
dist/client.jsView on unpkg · L179Importing the SDK immediately runs hidden provider initialization.
dist/client.jsView on unpkg · L188Package declares a runtime dependency whose name matches a Node built-in module.
package.jsonView on unpkg · L24