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

angular-loading-overlay-2

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-loading-overlay-2 - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

dist/angular-loading-overlay.js

@@ -84,3 +84,3 @@ /******/ (function(modules) { // webpackBootstrap

var templateUrl = $attributes.bsLoadingOverlayTemplateUrl || globalConfig.templateUrl;
var template = $attributes.bsLoadingOverlayTemplateUrl || globalConfig.templateUrl;
var template = $attributes.bsLoadingOverlayTemplate || globalConfig.template;
var templateOptions = scope.$eval($attributes.bsLoadingOverlayTemplateOptions) || globalConfig.templateOptions;

@@ -87,0 +87,0 @@ var overlayElement = null;

interface IBsLoadingOverlayOptions {
referenceId?: string;
templateUrl?: string;
template?: string;
templateOptions?: any;

@@ -5,0 +6,0 @@ activeClass?: string;

{
"name": "angular-loading-overlay-2",
"version": "1.1.1",
"version": "1.1.2",
"description": "Service and directive to manipulate overlays on async operations.",

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

@@ -12,2 +12,3 @@ import * as angular from 'angular';

bsLoadingOverlayTemplateUrl: string;
bsLoadingOverlayTemplate: string;
bsLoadingOverlayTemplateOptions: any;

@@ -44,3 +45,3 @@ }

const templateUrl = $attributes.bsLoadingOverlayTemplateUrl || globalConfig.templateUrl;
const template = $attributes.bsLoadingOverlayTemplateUrl || globalConfig.templateUrl;
const template = $attributes.bsLoadingOverlayTemplate || globalConfig.template;
const templateOptions = scope.$eval($attributes.bsLoadingOverlayTemplateOptions) || globalConfig.templateOptions;

@@ -47,0 +48,0 @@

interface IBsLoadingOverlayOptions {
referenceId?: string;
templateUrl?: string;
template?: string;
templateOptions?: any;

@@ -5,0 +6,0 @@ activeClass?: string;

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