Socket
Socket
Sign inDemoInstall

flot

Package Overview
Dependencies
0
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.0 to 4.2.1

2

package.json
{
"name": "flot",
"version": "4.2.0",
"version": "4.2.1",
"main": "dist/es5/jquery.flot.js",

@@ -5,0 +5,0 @@ "scripts": {

@@ -463,3 +463,3 @@ /** ## jquery.flot.canvaswrapper

tspan.textContent = lines[i];
offset = i * 1 + 'em';
offset = (i === 0 ? 0 : 1) + 'em';
tspan.setAttributeNS(null, 'dy', offset);

@@ -466,0 +466,0 @@ tspan.setAttributeNS(null, 'x', x);

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc