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

angular2-tabs

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

angular2-tabs - npm Package Compare versions

Comparing version 0.1.0-beta.2 to 0.1.0-beta.3

css/horizonal-flex.css

2

package.json
{
"name": "angular2-tabs",
"version": "0.1.0-beta.2",
"version": "0.1.0-beta.3",
"description": "Tabs for angular2",

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

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

[![Join the chat at https://gitter.im/DemgelOpenSource/Home](https://badges.gitter.im/DemgelOpenSource/Home.svg)](https://gitter.im/DemgelOpenSource/Home?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![npm version](https://badge.fury.io/js/angular2-tabs.svg)](https://badge.fury.io/js/angular2-tabs)

@@ -2,0 +3,0 @@ [![Build Status](https://travis-ci.org/DemgelOpenSource/angular2-tabs.svg?branch=master)](https://travis-ci.org/DemgelOpenSource/angular2-tabs)

@@ -42,3 +42,3 @@ "use strict";

selector: "an-tablist,[an-tablist]",
template: "<ul [attr.class]=\"listClass\">\n <li class=\"an-tablistitem\" [ngClass]=\"{'an-active': tab.active, 'an-inactive': !tab.active, 'an-canactivate': tab.canActivate(), 'an-cantactivate': !tab.canActivate()}\" *ngFor=\"#tab of tabs\" (click)=\"onClick(tab)\">\n {{tab.title}}\n </li>\n <ul>",
template: "<ul [attr.class]=\"listClass\">\n <li class=\"an-tablistitem\" [ngClass]=\"{'an-active': tab.active, 'an-inactive': !tab.active, 'an-canactivate': tab.canActivate(), 'an-cantactivate': !tab.canActivate()}\" *ngFor=\"#tab of tabs\" (click)=\"onClick(tab)\">\n {{tab.title}}\n </li>\n </ul>",
exportAs: "anTabList"

@@ -45,0 +45,0 @@ }),

Sorry, the diff of this file is not supported yet

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