Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
activitypub-actor-tester
Advanced tools
An HTML element that renders a tool for testing an [ActivityPub][] [Actor][] using [activitypub-testing/test-actor][]
activitypub-actor-tester
An HTML element that renders a tool for testing an ActivityPub Actor using activitypub-testing/test-actor
Use the element in your HTML wherever you want it to appear.
<activitypub-actor-tester></activitypub-actor-tester>
Add the custom element definition via a script tag, e.g.
<script
src="https://cdn.jsdelivr.net/npm/activitypub-actor-tester@0.3.0/dist/activitypub-actor-tester.js"
integrity="sha384-9NHj2SNo/5NV4TqAwk3t0TUht5KjF+Kscd3H3CK6DO56s/Y1qMa1VhDPpTKcfrhd"
type="module"
crossorigin="anonymous"
></script>
Configure the <activitypub-actor-tester />
element by adding HTML Attributes.
URL of the ActivityPub Actor that should be tested.
Default: The URL of the document the activitypub-actor-tester is contained within (i.e. globalThis.document.location.toString()
).
Example
<activitypub-actor-tester
actor="https://socialweb.coop"
></activitypub-actor-tester>
When set, tests will run automatically as soon as the activitypub-actor-tester is connected to a document. When unset, the tests are not run until the "Test..." button is clicked.
Default: unset
Example
<activitypub-actor-tester
test
></activitypub-actor-tester>
Note: even if the value of the test
attribute is false
, the tests will run, because the string "false"
is truthy. See Boolean attributes @lit.dev.
Integrity checksums should be the same when generated using either of the following methods.
cat dist/activitypub-actor-tester.js | openssl dgst -sha384 -binary | openssl base64 -A
shasum -b -a 384 dist/activitypub-actor-tester.js | awk '{ print $1 }' | xxd -r -p | base64
FAQs
An HTML element that renders a tool for testing an [ActivityPub][] [Actor][] using [activitypub-testing/test-actor][]
The npm package activitypub-actor-tester receives a total of 6 weekly downloads. As such, activitypub-actor-tester popularity was classified as not popular.
We found that activitypub-actor-tester demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.