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

angular-inline-svg

Package Overview
Dependencies
Maintainers
7
Versions
910
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-inline-svg - npm Package Compare versions

Comparing version 0.0.903 to 0.0.904

2

dist/ngInlineSvg.js
/*!
* angular-inline-svg
*
* Version: 0.0.2 - 2019-07-06T07:45:07.520Z
* Version: 0.0.2 - 2019-07-08T02:25:03.417Z
* License: MIT

@@ -6,0 +6,0 @@ */

/*!
* angular-inline-svg
*
* Version: 0.0.2 - 2019-07-06T07:45:07.520Z
* Version: 0.0.2 - 2019-07-08T02:25:03.417Z
* License: MIT
*/
!function(){"use strict";angular.module("inline-svg",[]).directive("inlineSvgSymbol",["$document","$http","$templateCache","$compile","$rootScope",function(e,t,n,a,r){var i=[];return{restrict:"E",replace:!0,scope:{symbol:"="},template:'<svg><use xlink:href="{{symbol}}"></use></svg>',link:function(l,c,s){var o=s.sprite;i.indexOf(o)<0&&(i.push(o),t.get(o,{cache:n}).then(function(t){var n=angular.element(t.data);n.attr("class","ng-hide").attr("data-sprite",""),n=a(n)(r),angular.element(e[0].body).prepend(n)}))}}}])}();
{
"name": "angular-inline-svg",
"version": "0.0.903",
"version": "0.0.904",
"description": "inline svg component for angular",

@@ -5,0 +5,0 @@ "main": "dist/ngInlineSvg.min.js",

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