
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
koreografeye-ntfy
Advanced tools
An plugin to send an handheld using the https://ntfy.sh service
An plugin to send an handheld using the https://ntfy.sh service
npm install koreografeye-ntfy
Change the config.jsonld configuration file and add the plugin definition.
In @context
add "https://linkedsoftwaredependencies.org/bundles/npm/koreografeye-ntfy/^1.0.0/components/context.jsonld"
.
Add the plugin definition:
{
"@id": "http://example.org/sendNtfy",
"@type": "SendNtfyPlugin",
"topic": "<your-topic-name>"
}
The Koreografeye N3 rules should produce a ex:sendNtfy
policy to trigger
this plugin. An example N3 rule file is provided below:
@prefix ex: <http://example.org/> .
@prefix as: <https://www.w3.org/ns/activitystreams#> .
@prefix pol: <https://www.example.org/ns/policy#> .
@prefix fno: <https://w3id.org/function/ontology#> .
@prefix string: <http://www.w3.org/2000/10/swap/string#> .
{
?id a as:Update .
}
=>
{
ex:MyNtfyPolicy pol:policy [
a fno:Execution ;
fno:executes ex:sendNtfy ;
ex:message "You got a new notification"
] .
}.
When installing the source code from the https://github.com/eyereasoner/Koreografeye-Plugin one can run an email demo using the code example below:
# Run an orchestrator on the in/demo.ttl with rules/demo.n3
yarn orch
# Execute the resulting policy
yarn pol
where
in/demo.ttl
is a demonstration Event Notificationrules/demo.n3
is a demonstration rule that defined what to do with the notificationFAQs
An plugin to send an handheld using the https://ntfy.sh service
The npm package koreografeye-ntfy receives a total of 1 weekly downloads. As such, koreografeye-ntfy popularity was classified as not popular.
We found that koreografeye-ntfy 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
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.