Gathering detailed insights and metrics for @vortex-rtde/core
Gathering detailed insights and metrics for @vortex-rtde/core
Gathering detailed insights and metrics for @vortex-rtde/core
Gathering detailed insights and metrics for @vortex-rtde/core
The Next Gen Real Time Development Environment + Javascript Bundler!
npm install @vortex-rtde/core
Typescript
Module System
Node Version
NPM Version
TypeScript (84.89%)
JavaScript (12.73%)
Vue (1.52%)
HTML (0.37%)
CSS (0.16%)
Batchfile (0.12%)
Makefile (0.11%)
SCSS (0.06%)
Shell (0.05%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
2 Stars
174 Commits
2 Watchers
26 Branches
2 Contributors
Updated on May 21, 2025
Latest Version
0.9.3-beta
Package Id
@vortex-rtde/core@0.9.3-beta
Unpacked Size
359.04 kB
Size
64.00 kB
File Count
8
NPM Version
6.14.4
Node Version
14.2.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
28
43
The core build of Vortex. (Includes LivePush, and API)
Beta Documentation: Here Note: Vortex RTDE is still in the beta testing process but a stable release along with complete documentation will come in the near future.
With npm:
1npm install @vortex-rtde/core --save-dev
or yarn:
1yarn add @vortex-rtde/core -D
Core Bundler
With builin in CLI:
1[npm|yarn] vortex-rtde --input ./index.js --output-file ./dist/bundle.js
or with Node.js
1const VortexRTDE = require('@vortex-rtde/core'); 2 3VortexRTDE.createStarPackage(path.resolve(__dirname,"./vortex.panel.js"));
or
1import {createStarPackage} from '@vortex-rtde/core' 2 3createStarPackage(path.resolve(__dirname,"./vortex.panel.js"));
LivePush
(Only works for Node.js Express Servers (For Now))
1var http = require('http'); 2var path = require('path') 3var express = require('express') 4var {LivePush} = require('@vortex-rtde/core') 5 6var main = express() 7var server = http.createServer(main); 8 9main.use(express.static(path.resolve(__dirname,'./app'))) 10 11new LivePush(path.resolve(__dirname,"./vortex.panel.js"),main,server,8080,true);
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 0/1 approved changesets -- score normalized to 0
Reason
1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
security policy file not detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
55 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-14
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More