New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@spotfire/mods-api

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spotfire/mods-api - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

2

package.json
{
"name": "@spotfire/mods-api",
"version": "1.1.0",
"version": "1.2.0",
"description": "Mods API.",

@@ -5,0 +5,0 @@ "files": [

@@ -663,3 +663,3 @@ /*

*
* @param useStableId - When true, the id will be a (longer) stable id guarranteed to be the same over time.
* @param useStableId - When true, the id will be a (longer) stable id guaranteed to be the same over time.
* @param omitAxisNames - Axis names to omit when creating the identifier. Can be used to group multiple elements split by these axes, for example to create animation effects in one data view.

@@ -1395,2 +1395,10 @@ */

/**
* Gets a value indicating whether the Spotfire UI is in editing mode.
*
* When this value is true the Spotfire UI displays authoring UI elements, such as axis selectors.
* This property can be used to hide controls not meant for consumers of the analysis.
* @version 1.2
*/
isEditing: boolean;
/**
* Gets information about the currently used theme.

@@ -1397,0 +1405,0 @@ */

@@ -159,4 +159,4 @@ {

"description": "Specifies the version of the Mod JavaScript API used by the code of this Mod. Set the lowest possible version number that the Mod requires to ensure best possible backward compatibility with older Spotfire systems. Using a newer API version than specified will result in runtime errors, even if the current Spotfire system includes that API.",
"default": "1.1",
"examples": ["1.0", "1.1"],
"default": "1.2",
"examples": ["1.0", "1.1", "1.2"],
"pattern": "^(.*)$"

@@ -163,0 +163,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc