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

jquery-flot-dashedlines

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jquery-flot-dashedlines - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

index.d.ts

8

jquery.flot.dashedlines.js

@@ -0,1 +1,2 @@

// @ts-check
(function ($) {

@@ -18,2 +19,5 @@ /**

/**
* @param {jquery.flot.plotOptions} plot
*/
function init(plot) {

@@ -37,6 +41,6 @@ plot.hooks.drawSeries.push(function (plot, ctx, series) {

},
name: 'dashes',
version: '1.0'
name: 'jquery-flot-dashedlines',
version: '1.1.0'
});
})(jQuery);
{
"name": "jquery-flot-dashedlines",
"main": "jquery.flot.dashedlines.js",
"version": "1.0.0",
"types": "index.d.ts",
"version": "1.1.0",
"homepage": "https://github.com/lukaw3d/jquery.flot.dashedlines",

@@ -16,3 +17,7 @@ "authors": [

],
"license": "MIT"
"license": "MIT",
"devDependencies": {
"@types/flot": "^0.0.32",
"flot": "^4.2.2"
}
}

@@ -1,4 +0,4 @@

# jquery.flot.dashedlines
# jquery-flot-dashedlines
Simple dashed lines plugin for http://www.flotcharts.org/
Simple dashed lines plugin for https://www.flotcharts.org/

@@ -5,0 +5,0 @@ Usage:

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