Socket
Socket
Sign inDemoInstall

angular-svg-icon

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-svg-icon - npm Package Compare versions

Comparing version 13.0.0 to 14.0.0

index.d.ts

2

lib/svg-icon.component.d.ts

@@ -43,3 +43,3 @@ import { ChangeDetectorRef, DoCheck, ElementRef, KeyValueDiffers, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<SvgIconComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SvgIconComponent, "svg-icon", never, { "src": "src"; "name": "name"; "stretch": "stretch"; "applyClass": "applyClass"; "applyCss": "applyCss"; "svgClass": "svgClass"; "klass": "class"; "viewBox": "viewBox"; "svgAriaLabel": "svgAriaLabel"; "svgStyle": "svgStyle"; }, {}, never, ["*"]>;
static ɵcmp: i0.ɵɵComponentDeclaration<SvgIconComponent, "svg-icon", never, { "src": "src"; "name": "name"; "stretch": "stretch"; "applyClass": "applyClass"; "applyCss": "applyCss"; "svgClass": "svgClass"; "klass": "class"; "viewBox": "viewBox"; "svgAriaLabel": "svgAriaLabel"; "svgStyle": "svgStyle"; }, {}, never, ["*"], false>;
}
{
"name": "angular-svg-icon",
"description": "Angular 13 component for inlining SVGs allowing them to be easily styled with CSS.",
"version": "13.0.0",
"description": "Angular 14 component and service for inlining SVGs allowing them to be easily styled with CSS.",
"version": "14.0.0",
"repository": {

@@ -17,4 +17,4 @@ "type": "git",

"peerDependencies": {
"@angular/core": ">=13.0.0",
"@angular/common": ">=13.0.0",
"@angular/core": ">=14.0.0",
"@angular/common": ">=14.0.0",
"rxjs": ">=6.6.3"

@@ -30,3 +30,3 @@ },

"fesm2015": "fesm2015/angular-svg-icon.mjs",
"typings": "angular-svg-icon.d.ts",
"typings": "index.d.ts",
"exports": {

@@ -37,3 +37,3 @@ "./package.json": {

".": {
"types": "./angular-svg-icon.d.ts",
"types": "./index.d.ts",
"esm2020": "./esm2020/angular-svg-icon.mjs",

@@ -40,0 +40,0 @@ "es2020": "./fesm2020/angular-svg-icon.mjs",

@@ -6,3 +6,3 @@ [![npm version](https://badge.fury.io/js/angular-svg-icon.svg)](https://badge.fury.io/js/angular-svg-icon)

The **angular-svg-icon** is an Angular 13 service and component that provides a
The **angular-svg-icon** is an Angular 14 service and component that provides a
means to inline SVG files to allow for them to be easily styled by CSS and code.

@@ -23,2 +23,3 @@

**Note on earlier versions of Angular:**
- For Angular 13, use angular-svg-icon@13.0.0
- For Angular 12, use angular-svg-icon@12.0.0

@@ -25,0 +26,0 @@ - For Angular 11, use angular-svg-icon@11.2.0

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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