node-metaverse icon indicating copy to clipboard operation
node-metaverse copied to clipboard

Would it be possible to publish the modified xmlrpc?

Open WolfGangS opened this issue 11 months ago • 0 comments

Attempting to use the library through deno (I know this isn't officially supported)

Deno refuses to install github based packages through npm resolution for security concerns with this error.

Error in @caspertech/[email protected] parsing version requirement for dependency "xmlrpc": "github:CasperTech/node-xmlrpc"
    0: Package specified a dependency outside of npm (github:CasperTech/node-xmlrpc). Deno does not install these for security reasons.
       The npm package should be improved to have all its dependencies on npm.
       
       To work around this, you can use a package.json and install the dependencies via `npm install`.

Just wondering if there is a reason not to publish the modified xmlrpc to npm.

Again, I know this is not officially supported so if its just not desirable can close this just for that.

WolfGangS avatar Mar 12 '25 19:03 WolfGangS