Socket
Socket
Sign inDemoInstall

ember-nf-graph

Package Overview
Dependencies
187
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-beta.29 to 1.0.0-beta.30

2

addon/mixins/graph-graphic-with-tracking-dot.js

@@ -111,3 +111,3 @@ import Ember from 'ember';

if(this.get('didTrack')) {
if(this.get('didTrack') && trackedData) {
this.sendAction('didTrack', {

@@ -114,0 +114,0 @@ x: trackedData.x,

@@ -78,3 +78,3 @@ import Ember from 'ember';

_unregister: Ember.on('willDestroyElement', function(){
_unregisterArea: Ember.on('willDestroyElement', function(){
var stack = this.get('stack', stack);

@@ -81,0 +81,0 @@ if(stack) {

@@ -188,5 +188,5 @@ import Ember from 'ember';

*/
_unregister: Ember.on('willDestroyElement', function() {
_unregisterMarker: Ember.on('willDestroyElement', function() {
this.get('container').unregisterMarker(this);
})
});
# Changelog
### 1.0.0-beta.30
- FIX memory leak in nf-area caused by overriding `_unregister`
- FIX null reference error in nf-area caused when data is empty
### 1.0.0-beta.29

@@ -4,0 +9,0 @@

{
"name": "ember-nf-graph",
"version": "1.0.0-beta.29",
"version": "1.0.0-beta.30",
"description": "A graphing/charting DSL for Ember.js",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc