New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ngx-progressbar

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-progressbar - npm Package Versions

134

8.0.0

Diff

Changelog

Source

8.0.0

  • feat: Add matcher feature to http module, closes #254 in a6ab70b and ce3c0d6.
  • fix: Remove case-sensitive from silentApis, closes #283 in 32da22c.
  • refactor: Change zoom to transform: scale, closes #275 in c78dff6.
  • Added unit tests

Breaking changes

Before:

  • silentApis used to check the url using url.startsWith()

After:

  • silentApis checks the url using url.includes()

When silentApis is used along with matcher regex, it will check if the URL matches both cases, learn more at wiki page.

murhaf
published 7.0.0 •

Changelog

Source

7.0.0

murhaf
published 6.1.1 •

Changelog

Source

6.1.1

  • Upgrade to Angular 12
murhaf
published 6.1.0 •

Changelog

Source

6.1.0

  • feat: Use the strict mode, in 25f0976.
  • fix typo for config stream in NgProgressRef

Breaking changes

  • Rename NgProgressRef.getState to NgProgressRef.snapshot
murhaf
published 6.0.4 •

Changelog

Source

6.0.4

  • Upgrade to Angular 11
murhaf
published 6.0.3 •

Changelog

Source

6.0.3

  • fix: get a new progressRef after the current one has been destroyed, in 69af8fe.
murhaf
published 6.0.2 •

Changelog

Source

6.0.2

  • feat: Upgrade library to Angular 9 in 8b1929a.
  • fix: Remove warning when the package is installed in Angular 9 in bdfd1b7.
murhaf
published 6.0.1 •

Changelog

Source

6.0.1

  • fix: Cancel any finalizing delays if the progress started again too soon before it was fully completed, closes #253 in e68c7af.
murhaf
published 6.0.0 •

Changelog

Source

6.0.0

Breaking changes

Before

Before version 6, there were 3 packages each one published in its own npm package

npm i @ngx-progressbar/core @ngx-progressbar/http @ngx-progressbar/router

import { NgProgressModule } from '@ngx-progressbar/core';
import { NgProgressHttpModule } from '@ngx-progressbar/http';
import { NgProgressRouterModule } from '@ngx-progressbar/router';
After

After version 6, all the packages is combined and published in one npm package

npm i ngx-progressbar

import { NgProgressModule } from 'ngx-progressbar';
import { NgProgressHttpModule } from 'ngx-progressbar/http';
import { NgProgressRouterModule } from 'ngx-progressbar/router';
murhaf
published 6.0.0-beta.0 •

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