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 4.1.0 to 5.0.0

36

package.json
{
"name": "ngx-auth",
"version": "4.1.0",
"description": "Angular 6+ Authentication module",
"version": "5.0.0",
"description": "Angular 7+ Authentication module",
"repository": "https://github.com/serhiisol/ngx-auth",

@@ -16,17 +16,18 @@ "keywords": [

"peerDependencies": {
"@angular/core": "^6.0.0",
"@angular/common": "^6.0.0",
"@angular/router": "^6.0.0",
"rxjs": "^6.0.0"
"rxjs": "^6.0.0",
"@angular/core": "^7.0.0",
"@angular/compiler": "^7.0.0",
"@angular/router": "^7.0.0",
"@angular/common": "^7.0.0"
},
"devDependencies": {
"@angular/cli": "^6.0.0",
"@angular/common": "^6.0.0",
"@angular/compiler": "^6.0.0",
"@angular/compiler-cli": "^6.0.0",
"@angular/core": "^6.0.0",
"@angular/language-service": "^6.0.0",
"@angular/platform-browser": "^6.0.0",
"@angular/platform-browser-dynamic": "^6.0.0",
"@angular/router": "^6.0.0",
"@angular/cli": "7.0.1",
"@angular/common": "^7.0.0",
"@angular/compiler": "^7.0.0",
"@angular/compiler-cli": "^7.0.0",
"@angular/core": "^7.0.0",
"@angular/language-service": "^7.0.0",
"@angular/platform-browser": "^7.0.0",
"@angular/platform-browser-dynamic": "^7.0.0",
"@angular/router": "^7.0.0",
"@types/jasmine": "2.8.7",

@@ -42,6 +43,7 @@ "@types/node": "10.0.4",

"karma-webpack": "3.0.0",
"ng-packagr": "2.4.2",
"ng-packagr": "4.3.1",
"reflect-metadata": "0.1.12",
"tsickle": "0.33.0",
"tslint": "5.10.0",
"typescript": "2.7.2",
"typescript": "3.1.3",
"webpack": "4.8.0",

@@ -48,0 +50,0 @@ "webpack-dev-server": "3.1.4",

@@ -1,2 +0,2 @@

# Angular 6+ Authentication
# Angular 7+ Authentication

@@ -9,2 +9,7 @@ This package provides authentication module with interceptor

Note: If you want to use library for angular 6, use version 4.1.0
```
npm install ngx-auth@4.1.0 --save
```
Note: If you want to use library for angular 5, use version 3.1.0

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