![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.
node-red-contrib-email-validator
Advanced tools
A simple Email Validator for Node-RED based on ValidateJS.
Disclaimer: This is mostly an exercise to do a simple exploration on creating a Node-RED contribution, the very simple nature of this project made it quite ideal for that.
msg.payload : [email]
Passes the input Email unaltered.
Passes the unaltered ValidateJS Errors: https://validatejs.org/#validators-email
[
{
"id": "5c425f7e.794ee",
"type": "tab",
"label": "Email Validator - Example Flow",
"disabled": false,
"info": ""
},
{
"id": "9a6d8a8a.3facf8",
"type": "inject",
"z": "5c425f7e.794ee",
"name": "Error",
"topic": "",
"payload": "",
"payloadType": "date",
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"x": 470,
"y": 140,
"wires": [
[
"a163646e.aaf7d8"
]
]
},
{
"id": "a163646e.aaf7d8",
"type": "email-validator",
"z": "5c425f7e.794ee",
"name": "",
"x": 700,
"y": 120,
"wires": [
[
"61764533.cf8b8c"
],
[
"61764533.cf8b8c"
]
]
},
{
"id": "61764533.cf8b8c",
"type": "debug",
"z": "5c425f7e.794ee",
"name": "Console Out",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload",
"targetType": "msg",
"x": 920,
"y": 120,
"wires": []
},
{
"id": "40cfb9bc.9c0d98",
"type": "inject",
"z": "5c425f7e.794ee",
"name": "Success",
"topic": "",
"payload": "test@test.test",
"payloadType": "str",
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"x": 480,
"y": 100,
"wires": [
[
"a163646e.aaf7d8"
]
]
},
{
"id": "27c7592.11bbe26",
"type": "comment",
"z": "5c425f7e.794ee",
"name": "Sends Valid Email",
"info": "",
"x": 290,
"y": 100,
"wires": []
},
{
"id": "ebd5e555.00ab28",
"type": "comment",
"z": "5c425f7e.794ee",
"name": "Sends Timestamp",
"info": "",
"x": 290,
"y": 140,
"wires": []
}
]
MIT
FAQs
Node-RED Contribution - Email Validator
We found that node-red-contrib-email-validator 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
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.