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

@ngx-loading-bar/core

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngx-loading-bar/core - npm Package Compare versions

Comparing version 1.0.0-alpha.8 to 1.0.0-alpha.9

6

@ngx-loading-bar/core.es5.js

@@ -5,3 +5,3 @@ import { Component, Injectable, Input, NgModule } from '@angular/core';

import { share as share$1 } from 'rxjs/operator/share';
var LoadingBarService = (function () {
var LoadingBarService = /** @class */ (function () {
function LoadingBarService() {

@@ -62,3 +62,3 @@ this.pending = new Subject$1();

LoadingBarService.ctorParameters = function () { return []; };
var LoadingBarComponent = (function () {
var LoadingBarComponent = /** @class */ (function () {
/**

@@ -182,3 +182,3 @@ * @param {?} loadingBarService

};
var LoadingBarModule = (function () {
var LoadingBarModule = /** @class */ (function () {
function LoadingBarModule() {

@@ -185,0 +185,0 @@ }

@@ -7,3 +7,3 @@ (function (global, factory) {

var LoadingBarService = (function () {
var LoadingBarService = /** @class */ (function () {
function LoadingBarService() {

@@ -64,3 +64,3 @@ this.pending = new Subject.Subject();

LoadingBarService.ctorParameters = function () { return []; };
var LoadingBarComponent = (function () {
var LoadingBarComponent = /** @class */ (function () {
/**

@@ -184,3 +184,3 @@ * @param {?} loadingBarService

};
var LoadingBarModule = (function () {
var LoadingBarModule = /** @class */ (function () {
function LoadingBarModule() {

@@ -187,0 +187,0 @@ }

{
"name": "@ngx-loading-bar/core",
"version": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"description": "",

@@ -10,3 +10,3 @@ "license": "MIT",

"peerDependencies": {
"@angular/common": "^4.0"
"@angular/common": ">=4.0.0"
},

@@ -16,3 +16,4 @@ "main": "bundles/core.umd.js",

"es2015": "@ngx-loading-bar/core.js",
"typings": "core.d.ts"
"typings": "core.d.ts",
"metadata": "core.metadata.json"
}

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