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.18.2-38 to 0.18.2-39

4

components/vizabi/vizabi.js

@@ -31,3 +31,5 @@ "use strict";

for (const additionalItem of this._additionalItems) {
const newAdditionalItemHash = `data_${additionalItem.path}`;
const parsedPath = additionalItem.path.split(/[\\/]/);
const name = parsedPath[parsedPath.length - 1];
const newAdditionalItemHash = `data_${name}`;
if (!newModel[newAdditionalItemHash]) {

@@ -34,0 +36,0 @@ newModel[newAdditionalItemHash] = additionalItem;

{
"name": "ng2-vizabi",
"version": "0.18.2-38",
"version": "0.18.2-39",
"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