Gathering detailed insights and metrics for @unisphere/runtime-js
Gathering detailed insights and metrics for @unisphere/runtime-js
Gathering detailed insights and metrics for @unisphere/runtime-js
Gathering detailed insights and metrics for @unisphere/runtime-js
npm install @unisphere/runtime-js
Typescript
Module System
Node Version
NPM Version
77.8
Supply Chain
98.5
Quality
96.2
Maintenance
100
Vulnerability
80.6
License
Love this project? Help keep it running โ sponsor us today! ๐
Total Downloads
3,683
Last Day
143
Last Week
815
Last Month
1,598
Last Year
3,683
Minified
Minified + Gzipped
Latest Version
1.52.0
Package Id
@unisphere/runtime-js@1.52.0
Unpacked Size
146.52 kB
Size
38.92 kB
File Count
20
NPM Version
10.8.2
Node Version
20.18.3
Published on
Feb 12, 2025
Cumulative downloads
Total Downloads
Last Day
40.2%
143
Compared to previous day
Last Week
129.6%
815
Compared to previous week
Last Month
4.1%
1,598
Compared to previous month
Last Year
0%
3,683
Compared to previous year
1
โจ This workspace has been generated by Nx, Smart Monorepos ยท Fast CI. โจ
Enhance your Nx experience by installing Nx Console for your favorite editor. Nx Console provides an interactive UI to view your projects, run tasks, generate code, and more! Available for VSCode, IntelliJ and comes with a LSP for Vim users.
Add Nx plugins to leverage their code generators and automated, inferred tasks.
# Add plugin
npx nx add @nx/react
# Use code generator
npx nx generate @nx/react:app demo
# Run development server
npx nx serve demo
# View project details
npx nx show project demo --web
Run npx nx list
to get a list of available plugins and whether they have generators. Then run npx nx list <plugin-name>
to see what generators are available.
Learn more about code generators and inferred tasks in the docs.
To execute tasks with Nx use the following syntax:
npx nx <target> <project> <...options>
You can also run multiple targets:
npx nx run-many -t <target1> <target2>
..or add -p
to filter specific projects
npx nx run-many -t <target1> <target2> -p <proj1> <proj2>
Targets can be defined in the package.json
or projects.json
. Learn more in the docs.
Nx comes with local caching already built-in (check your nx.json
). On CI you might want to go a step further.
Run npx nx graph
to show the graph of the workspace.
It will show tasks that you can run with Nx.
npx unisphere runtime serve workspace --port 8400 --no-watch
npx unisphere runtime serve dev-tools --watch
npm run start
Playground Config:
{
"workspace": {
"url": "http://localhost:8400/index.dev.esm.js"
},
"widgets": {
"unisphere.widget.core": {
"dev-tools": {
"version": "1.0.0",
"url": "http://localhost:8300/index.dev.esm.js"
}
}
}
}
{ "workspace": { "url": "http://localhost:8400/index.dev.esm.js" }, "widgets": { "unisphere.widget.core": { "dev-tools": { "version": "1.0.0", "url": "http://localhost:8300/index.dev.esm.js" } } } }
No vulnerabilities found.
No security vulnerabilities found.