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 2.5.1 to 2.5.2-1

.npmignore

2

package.json
{
"name": "flexmonster",
"version": "2.5.1",
"version": "2.5.2-1",
"description": "Pivot table component for web reporting. The most powerful JavaScript tool to visualize your business data.",

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

@@ -10,2 +10,29 @@

# Installation 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",
componentFolder: "node_modules/flexmonster/",
toolbar: true,
licenseKey: "XXXX-XXXX-XXXX-XXXX-XXXX"
});
</script>
```
Refer 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. A trial license key can be obtained at [www.flexmonster.com](https://www.flexmonster.com/download-page/).
# Why use Flexmonster Pivot Table component?

@@ -12,0 +39,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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