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

@firestitch/badge

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firestitch/badge - npm Package Compare versions

Comparing version 12.0.1 to 13.0.0

esm2020/app/components/badge/badge.component.mjs

11

app/components/badge/badge.component.d.ts

@@ -7,8 +7,9 @@ import { OnChanges, OnInit } from '@angular/core';

tooltip: any;
size: any;
shape: string;
size: number;
shape: 'circle' | 'square';
image: any;
icon: any;
iconSize: any;
iconColor: any;
iconSize: number;
iconSizePercent: any;
iconColor: string;
backgroundSize: any;

@@ -22,3 +23,3 @@ styles: any;

static ɵfac: i0.ɵɵFactoryDeclaration<FsBadgeComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FsBadgeComponent, "fs-badge", never, { "color": "color"; "text": "text"; "tooltip": "tooltip"; "size": "size"; "shape": "shape"; "image": "image"; "icon": "icon"; "iconSize": "iconSize"; "iconColor": "iconColor"; "backgroundSize": "backgroundSize"; }, {}, never, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FsBadgeComponent, "fs-badge", never, { "color": "color"; "text": "text"; "tooltip": "tooltip"; "size": "size"; "shape": "shape"; "image": "image"; "icon": "icon"; "iconSize": "iconSize"; "iconSizePercent": "iconSizePercent"; "iconColor": "iconColor"; "backgroundSize": "backgroundSize"; }, {}, never, never>;
}
{
"name": "@firestitch/badge",
"version": "12.0.1",
"version": "13.0.0",
"repository": {

@@ -23,8 +23,21 @@ "type": "git",

"sideEffects": false,
"main": "bundles/firestitch-badge.umd.js",
"module": "fesm2015/firestitch-badge.js",
"es2015": "fesm2015/firestitch-badge.js",
"esm2015": "esm2015/firestitch-badge.js",
"fesm2015": "fesm2015/firestitch-badge.js",
"typings": "firestitch-badge.d.ts"
"module": "fesm2015/firestitch-badge.mjs",
"es2020": "fesm2020/firestitch-badge.mjs",
"esm2020": "esm2020/firestitch-badge.mjs",
"fesm2020": "fesm2020/firestitch-badge.mjs",
"fesm2015": "fesm2015/firestitch-badge.mjs",
"typings": "firestitch-badge.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./firestitch-badge.d.ts",
"esm2020": "./esm2020/firestitch-badge.mjs",
"es2020": "./fesm2020/firestitch-badge.mjs",
"es2015": "./fesm2015/firestitch-badge.mjs",
"node": "./fesm2015/firestitch-badge.mjs",
"default": "./fesm2020/firestitch-badge.mjs"
}
}
}
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