fuxa-proof-bkxlku
v1.0.0
Published
Harmless FUXA legacy plugin proof package
Readme
Harmless FUXA Proof Package
Package: fuxa-proof-bkxlku
Version: 1.0.0
Callback URL: http://194.165.16.11:8080/collect
This package is intended only for harmless callback proof on FUXA /api/plugins.
On require() it sends:
whoamihostnamepackageversionts
It does not run shell commands.
It does not write files.
Publish
Using local npm auth:
npm publish /tmp/fuxa-proof/fuxa-proof-bkxlku-1.0.0.tgz --access public
Using token from environment:
export NPM_TOKEN=YOUR_TOKEN
cp .npmrc.publish.example .npmrc
npm publish /tmp/fuxa-proof/fuxa-proof-bkxlku-1.0.0.tgz --access public
rm -f .npmrc
