
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
lemon-probe-extension-project
Advanced tools
This project is used together with probe-core & cloud-core.
This project is used together with probe-core & cloud-core.
Probe.html
<!DOCTYPE html>
<html ng-app="probe">
<head>
<!-- Suggest to use 'utf-8' -->
<meta charset="utf-8" />
<title>[Any]</title>
<!-- All script can be from relative/absolute url or inline JavaScript -->
<!-- Some config items in window.config, must in the first. -->
<script src="./config.js"></script>
<!-- Load the probe-core. -->
<script src="[path/lemon-probe-core.js]"></script>
<!-- other extensions -->
<script src="[lemon-probe-extension-project.js]"></script>
</head><body></body></html>
Use NPM:
npm install --save-dev lemon-probe-extension-project
<script src="./node_modules/lemon-probe-extension-project/dist/lemon-probe-extension-project.js"></script>
Here to provide a configuration template.
var config = {
api: {
// if use public service "//probe2.lemonce.net"
domain: '[cloud-core server]',
// If probe work in http protocol
HttpPort: '81',
// If probe work in https protocol
HttpsPort: '443',
// If your service has custom pathname.
pathname: 'probe/'
},
language: 'en_US'
};
If you use the public service from offical, Lemonce
var config = {
api: {
domain: '//probe2.lemonce.net',
HttpPort: '81',
HttpsPort: '443',
pathname: 'probe/'
},
language: 'en_US'
};
FAQs
This project is used together with probe-core & cloud-core.
We found that lemon-probe-extension-project demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.