
Research
/Security News
Malicious npm Packages Target WhatsApp Developers with Remote Kill Switch
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
one.leftshift.intent-markup:intent-markup
Advanced tools
Library which purpose is to specify which intents of a digital assistant may be suitable for the autocomplete feature of A.I.O.S
This library is used to specify which Intents of a digital assistant may be suitable for the autocomplete feature of A.I.O.S.
This library can be used with Java, Python and Javascript. Intent Utterances can be excluded for the autocomplete feature as follows.
<!-- disable autocomplete, default is true -->
<intent autocomplete="false">Das ist ein Beispiel.</intent>
<!-- wird automatisch in <intent>Das ist ein Beispiel.</intent> konvertiert -->
Das ist ein Beispiel.
Intent Utterances can be marked as keyword by explicitly adding the attribute keyword-only
<!-- enable keyword functionality, default is false -->
<intent keyword-only="true">vpn</intent>
By enabling the keyword, some intent detection skills might identify an intent if the input text contains any of the configured keywords
Releases are triggered locally. Just a tag will be pushed and CI pipelines take care of the rest.
Run ./gradlew final -x sendReleaseEmail -Prelease.scope=major
locally.
Run ./gradlew final -x sendReleaseEmail -Prelease.scope=minor
locally.
Run ./gradlew final -x sendReleaseEmail -Prelease.scope=patch
locally.
FAQs
Library which purpose is to specify which intents of a digital assistant may be suitable for the autocomplete feature of A.I.O.S
We found that one.leftshift.intent-markup:intent-markup demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers 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.
Research
/Security News
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.