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

@bijujoseph/ng2-nvd3

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

@bijujoseph/ng2-nvd3 - npm Package Compare versions

Comparing version 1.1.22 to 1.1.23

11

lib/ng2-nvd3.component.js

@@ -89,11 +89,10 @@ "use strict";

self.chart.resizeHandler.clear();
var disableResizeHandler = self.options && self.options.chart && self.options.chart.disableUpdateOnWindowResize;
if (!disableResizeHandler) {
console.log("[enabling resize handler]");
self.chart.resizeHandler = nv.utils.windowResize(function () {
self.chart.resizeHandler = nv.utils.windowResize(function () {
var rzTimeout = setTimeout(function () {
clearTimeout(rzTimeout);
if (self.chart && self.chart.update)
console.log(" [resize] self.chart.update()");
self.chart && self.chart.update && self.chart.update();
});
}
}, 250);
});
return self.chart;

@@ -100,0 +99,0 @@ }, options.chart['callback']);

{
"name": "@bijujoseph/ng2-nvd3",
"version": "1.1.22",
"version": "1.1.23",
"description": "Angular2 component for NVD3.js reusable charting library, a fork from https://github.com/jrmce/ng2-nvd3",

@@ -5,0 +5,0 @@ "keywords": [

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