New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@asymmetrik/angular2-sentio

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@asymmetrik/angular2-sentio - npm Package Compare versions

Comparing version

to
2.0.4

2

dist/bundles/angular2-sentio.umd.js

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

/*! @asymmetrik/angular2-sentio-2.0.3 - Copyright Asymmetrik, Ltd. 2007-2017 - All Rights Reserved.*/
/*! @asymmetrik/angular2-sentio-2.0.4 - Copyright Asymmetrik, Ltd. 2007-2017 - All Rights Reserved.*/
(function (global, factory) {

@@ -3,0 +3,0 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory() :

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

/*! @asymmetrik/angular2-sentio-2.0.3 - Copyright Asymmetrik, Ltd. 2007-2017 - All Rights Reserved.*/
/*! @asymmetrik/angular2-sentio-2.0.4 - Copyright Asymmetrik, Ltd. 2007-2017 - All Rights Reserved.*/
!function(e,o){"object"==typeof exports&&"undefined"!=typeof module?o():"function"==typeof define&&define.amd?define(o):o()}(this,function(){"use strict";var e=require("./sentio.module");exports.SentioModule=e.SentioModule});

@@ -61,5 +61,5 @@ "use strict";

// register for the marker events
this.chart.markers().on('mouseover', function (p) { _this.markerClick.emit(p); });
this.chart.markers().on('mouseout', function (p) { _this.markerOver.emit(p); });
this.chart.markers().on('click', function (p) { _this.markerOut.emit(p); });
this.chart.dispatch().on('markerClick', function (p) { _this.markerClick.emit(p); });
this.chart.dispatch().on('markerMouseover', function (p) { _this.markerOver.emit(p); });
this.chart.dispatch().on('markerMouseout', function (p) { _this.markerOut.emit(p); });
};

@@ -66,0 +66,0 @@ RealtimeTimelineDirective.prototype.ngOnChanges = function (changes) {

@@ -83,5 +83,5 @@ "use strict";

// register for the marker events
this.chart.dispatch().on('markerClick', function (p) { _this.markerClick.emit(p); });
this.chart.dispatch().on('markerMouseover', function (p) { _this.markerOver.emit(p); });
this.chart.dispatch().on('markerMouseout', function (p) { _this.markerOut.emit(p); });
this.chart.dispatch().on('markerClick', function (p) { _this.markerClick.emit(p); });
};

@@ -88,0 +88,0 @@ TimelineLineDirective.prototype.ngOnChanges = function (changes) {

@@ -5,3 +5,3 @@ {

"description": "Angular 2 components for Sentio",
"version": "2.0.3",
"version": "2.0.4",
"author": "Asymmetrik, Ltd.",

@@ -8,0 +8,0 @@ "copyright": "Copyright Asymmetrik, Ltd. 2007-2017 - All Rights Reserved.",

@@ -75,5 +75,5 @@ import { Directive, ElementRef, EventEmitter, HostListener, Input, OnChanges, SimpleChange, Output } from '@angular/core';

// register for the marker events
this.chart.markers().on('mouseover', (p: any) => { this.markerClick.emit(p); });
this.chart.markers().on('mouseout', (p: any) => { this.markerOver.emit(p); });
this.chart.markers().on('click', (p: any) => { this.markerOut.emit(p); });
this.chart.dispatch().on('markerClick', (p: any) => { this.markerClick.emit(p); });
this.chart.dispatch().on('markerMouseover', (p: any) => { this.markerOver.emit(p); });
this.chart.dispatch().on('markerMouseout', (p: any) => { this.markerOut.emit(p); });

@@ -80,0 +80,0 @@ }

@@ -102,5 +102,5 @@ import { Directive, ElementRef, EventEmitter, HostListener, Input, OnChanges, SimpleChange, Output } from '@angular/core';

// register for the marker events
this.chart.dispatch().on('markerClick', (p: any) => { this.markerClick.emit(p); });
this.chart.dispatch().on('markerMouseover', (p: any) => { this.markerOver.emit(p); });
this.chart.dispatch().on('markerMouseout', (p: any) => { this.markerOut.emit(p); });
this.chart.dispatch().on('markerClick', (p: any) => { this.markerClick.emit(p); });

@@ -107,0 +107,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet