Socket
Socket
Sign inDemoInstall

flexmonster

Package Overview
Dependencies
Maintainers
1
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flexmonster - npm Package Compare versions

Comparing version 1.0.0 to 2.5.1-2

24

package.json
{
"name": "flexmonster",
"version": "1.0.0",
"version": "2.5.1-2",
"description": "Pivot table component for web reporting. The most powerful JavaScript tool to visualize your business data.",
"keywords": ["pivot", "pivot table", "pivot grid", "pivot charts", "analytics", "reporting", "mysql", "msas", "analysis services", "csv", "json", "BI", "business intelligence"],
"keywords": [
"pivot",
"pivot table",
"pivot grid",
"pivot charts",
"analytics",
"reporting",
"mysql",
"msas",
"analysis services",
"csv",
"json",
"BI",
"business intelligence"
],
"author": "Flexmonster",
"bugs": {
"url": "https://www.flexmonster.com/forum/"
"url": "https://flexmonster.com/forum/"
},
"homepage": "https://www.flexmonster.com"
}
"homepage": "https://flexmonster.com"
}

@@ -10,2 +10,28 @@

# Intallation and usage
Start by installing Flexmonster as a node module and save it as a dependency in your package.json:
```
npm i flexmonster --save
```
Then, include the `flexmonster.js` file (for example, in the .html):
```
<script type="text/javascript" src="node_modules/flexmonster/flexmonster.js"></script>
```
Now, you can create an instance of Pivot Table:
```
<div id="pivotContainer">The component will appear here</div>
<script>
var pivot = new Flexmonster({
container: "pivotContainer",
toolbar: true,
licenseKey: "XXXX-XXXX-XXXX-XXXX-XXXX"
});
</script>
```
Refrer to the [Quick Start](https://www.flexmonster.com/doc/how-to-create-js-pivottable/) guide for more details.
*NOTE:* To use Flexmonster you need a license key. Trial license key can be obtained at [www.flexmonster.com](https://www.flexmonster.com/download-page/).
# Why use Flexmonster Pivot Table component?

@@ -12,0 +38,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