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

fluentreports

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fluentreports - npm Package Compare versions

Comparing version 1.3.9 to 1.3.10

1

changelog.txt

@@ -52,2 +52,3 @@ 0.0.1 - [2013/08/15] - Initial Release

1.3.9 - FRG: Customized Borders.
1.3.10 - FRG: Fixed Loading/Saving of SVG elements, Fixed Band Element Function selection, minor cleanup

@@ -54,0 +55,0 @@

8

lib/fluentReportsBuilder.js

@@ -89,3 +89,3 @@ /**************************************************************************************

else {
console.error("FRG-Builder doesn't know how to handle the type: [ "+value.type+" ]")
console.error("FRG-Builder doesn't know how to handle the type: [ "+value.type+" ]");
}

@@ -287,3 +287,3 @@ }

* This handles the 'print' command
* @param setting
* @param originalSetting
* @param info

@@ -296,3 +296,3 @@ * @param callback

//A hack implemented, since FluentReports doesn't support border objects on the band, just the cells.
if(setting.settings && setting.settings.border){
if(setting.settings && setting.settings.border && setting.settings.border.type){
for(let i =0;i<setting.fields.length;i++){

@@ -311,3 +311,3 @@ if(setting.fields[i].border && !setting.fields[i].border.hacked) {

}
}
};
}

@@ -314,0 +314,0 @@ }

@@ -45,3 +45,3 @@ {

"main": "lib/fluentReports",
"version": "1.3.9",
"version": "1.3.10",
"engines": {

@@ -48,0 +48,0 @@ "node": "*"

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