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

ngx-auth

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-auth - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

10

package.json
{
"name": "ngx-auth",
"version": "2.0.0",
"version": "2.0.1",
"description": "Angular 4.3.0+ Authentication module",

@@ -16,6 +16,6 @@ "repository": "https://github.com/serhiisol/ngx-auth",

"dependencies": {
"@angular/core": "4.3.2",
"@angular/common": "4.3.2",
"@angular/router": "4.3.2",
"rxjs": "5.4.2"
"@angular/core": "^4.3.2",
"@angular/common": "^4.3.2",
"@angular/router": "^4.3.2",
"rxjs": "^5.4.2"
},

@@ -22,0 +22,0 @@ "devDependencies": {

@@ -48,3 +48,3 @@ # Angular 4.3.0+ Authentication

public refreshShouldHappen(response: Response): boolean {
public refreshShouldHappen(response: HttpErrorResponse): boolean {
return response.status === 401;

@@ -51,0 +51,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