![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@rexlabs/npm-hook-slack
Advanced tools
An example slack integration that listens to registry hook events on an npm-hook-receiver and posts about them in a Slack channel.
To run the integration, set the required environment variables then run the index file:
node index.js
All configuration is done with environment variables. These are the vars used:
variable | meaning | required? | default |
---|---|---|---|
SLACK_API_TOKEN | the API token you generated in Slack | y | - |
SLACK_CHANNEL | the ID of the Slack channel to post to (not its name!) | y | - |
SHARED_SECRET | the shared secret set up for the hooks you'll be receiving | y | - |
PORT | the port number to listen on | n | 6666 |
MOUNT_POINT | the path to mount the hook on | n | /incoming |
SERVICE_NAME | used in logging | n | hooks-bot |
INFER_BOT_USER | post as the inferred bot user (bot needs to be in the channel!) | n | - |
ISC
FAQs
listen for npm package hooks and report on them to Slack
The npm package @rexlabs/npm-hook-slack receives a total of 0 weekly downloads. As such, @rexlabs/npm-hook-slack popularity was classified as not popular.
We found that @rexlabs/npm-hook-slack demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 25 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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.