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

fluentreports

Package Overview
Dependencies
Maintainers
1
Versions
56
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.5 to 1.3.6

1

changelog.txt

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

1.3.5 - FRG: Better match output, Y location is now saved on all objects, align works better, ctrl-c/v copy/paste/duplicate added, band formatter functions
1.3.6 - FRG: Fix SVG Elements and Zero values on multiple properties

@@ -50,0 +51,0 @@

6

lib/fluentReportsBuilder.js

@@ -451,5 +451,5 @@ /**************************************************************************************

let left = (settings.left > 0) ? settings.left : 0;
let width = (settings.width > 0) ? settings.width : 50;
let height = (settings.height > 0) ? settings.height : 50;
let radius = (settings.radius > 0) ? parseFloat(settings.radius) : 50;
let width = (settings.width > 0) ? settings.width : 0;
let height = (settings.height > 0) ? settings.height : 0;
let radius = (settings.radius > 0) ? parseFloat(settings.radius) : 0;
let curX = info.report.currentX();

@@ -456,0 +456,0 @@ let curY = info.startY;

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

"main": "lib/fluentReports",
"version": "1.3.5",
"version": "1.3.6",
"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