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

ng2-vizabi

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2-vizabi - npm Package Compare versions

Comparing version 0.17.5-1 to 0.17.5-2

2

components/vizabi/vizabi.d.ts

@@ -14,3 +14,2 @@ import { OnInit, OnDestroy, ElementRef } from '@angular/core';

private extResources;
private translations;
private chartType;

@@ -30,3 +29,2 @@ private stopUrlRedirect;

private readerProcessing();
private setMetadata();
private modelHashProcessing();

@@ -33,0 +31,0 @@ private persistentChangeProcessing();

@@ -40,4 +40,2 @@ "use strict";

});
// update language
this.setMetadata();
};

@@ -64,6 +62,2 @@ VizabiDirective.prototype.ngOnDestroy = function () {

};
VizabiDirective.prototype.setMetadata = function () {
// set language
this.component.instance.model.language.strings.set(this.model.language.id, this.translations);
};
VizabiDirective.prototype.modelHashProcessing = function () {

@@ -149,6 +143,2 @@ if (this.modelHash) {

core_1.Input(),
__metadata('design:type', Object)
], VizabiDirective.prototype, "translations", void 0);
__decorate([
core_1.Input(),
__metadata('design:type', String)

@@ -155,0 +145,0 @@ ], VizabiDirective.prototype, "chartType", void 0);

2

package.json
{
"name": "ng2-vizabi",
"version": "0.17.5-1",
"version": "0.17.5-2",
"description": "angular2 vizabi component",

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

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