![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.
@spotfire/mods-dev-server
Advanced tools
With Spotfire Mods, you can include custom visualizations in your Spotfire® applications much faster by integrating JavaScript visualizations. Create your own visualizations that look and feel like the native Spotfire visualizations, and that leverage the built-in capabilities of Spotfire.
This package is a simple web server with the aim to speed up mod development. It mimics the behavior of the Spotfire Mods sandbox. It is the default server used by the developer examples in the Spotfire Mods GitHub repository.
Invoke the following command from a package.json
script to start the server:
mods-dev-server <source folder name>
--port 8091
sets the server port. Defaults to 8090
.--open false
sets wether or not to open a web page on server startup. Defaults to true
.--path /sub-folder/mod-manifest.json
sets the path to open. Defaults to /mod-manifest.json
.--help
lists all available options.--version
lists the current package version.--allow-project-root
expose an endpoint at /spotfire/modProjectRoot for retrieving the path to the project root, necessary for debugging action mods.Here is an example of how to use the package from Node.js:
const modsDevServer = require("@spotfire/mods-dev-server");
modsDevServer.start({root: "./dist"});
FAQs
Development server for Spotfire® Mods
We found that @spotfire/mods-dev-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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.