Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

serializeapp

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serializeapp - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

lib/getVariables.js

2

index.js
'use strict';
module.exports = require('./lib/serializeApp');
module.exports = require('./lib/serializeapp');

@@ -9,3 +9,3 @@ /**

*/
var getList = require('./getlist');
var getList = require('./getList');
var getDimensions = require('./getDimensions');

@@ -18,2 +18,3 @@ var getMeasures = require('./getMeasures');

var getConnections = require('./getDataConnections');
var getVariables = require('./getVariables');

@@ -45,3 +46,4 @@ /**

fields: getFields,
dataconnections: getConnections
dataconnections: getConnections,
variables: getVariables
};

@@ -48,0 +50,0 @@

{
"name": "serializeapp",
"version": "1.0.0",
"version": "1.0.1",
"description": "Serializes a Qlik Sense App into JSON",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -24,3 +24,3 @@ ##serializeapp

global.openApp('Executive Dashboard')
global.openApp('Executive Dashboard.qvf')
.then(function(app) {

@@ -27,0 +27,0 @@ return serializeapp(app);

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