Socket
Socket
Sign inDemoInstall

angular-svg-icon

Package Overview
Dependencies
5
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 14.0.0 to 15.0.0

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, ["*"], false>;
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, never>;
}
{
"name": "angular-svg-icon",
"description": "Angular 14 component and service for inlining SVGs allowing them to be easily styled with CSS.",
"version": "14.0.0",
"description": "Angular 15 component and service for inlining SVGs allowing them to be easily styled with CSS.",
"version": "15.0.0",
"repository": {

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

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

@@ -21,0 +21,0 @@ },

@@ -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 14 service and component that provides a
The **angular-svg-icon** is an Angular 15 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 14, use angular-svg-icon@14.0.0
- For Angular 13, use angular-svg-icon@13.0.0

@@ -25,0 +26,0 @@ - For Angular 12, use angular-svg-icon@12.0.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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc