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.3 to 2.0.0

12

lib/getVariables.js

@@ -8,4 +8,4 @@ var Promise = require('promise');

qType: 'variable',
qShowReserved: false,
qShowConfig: false,
qShowReserved: true,
qShowConfig: true,
qData: {

@@ -21,3 +21,9 @@ info: '/qDimInfos'

return app.getVariableById(d.qInfo.qId).then(function (variable) {
return variable.getProperties().then(function(properties) { return properties; });
return variable.getProperties().then(function(properties) {
if (d.qIsScriptCreated) properties.qIsScriptCreated = d.qIsScriptCreated;
if (d.qIsReserved) properties.qIsReserved = d.qIsReserved;
if (d.qIsConfig) properties.qIsConfig = d.qIsConfig;
return properties;
});
});

@@ -24,0 +30,0 @@ }));

{
"name": "serializeapp",
"version": "1.0.3",
"version": "2.0.0",
"description": "Serializes a Qlik Sense App into JSON",

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

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