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 1.0.0 to 2.0.0

.npmignore

49

package.json
{
"name": "ngx-auth",
"version": "1.0.0",
"description": "",
"main": "index.js",
"version": "2.0.0",
"description": "Angular 4.3.0+ Authentication module",
"repository": "https://github.com/serhiisol/ngx-auth",
"keywords": [
"angular2",
"angular4",
"components",
"typescript",
"authentication"
],
"author": "Serhii Sol",
"license": "MIT",
"dependencies": {
"@angular/core": "4.3.2",
"@angular/common": "4.3.2",
"@angular/router": "4.3.2",
"rxjs": "5.4.2"
},
"devDependencies": {
"@angular/compiler": "4.3.2",
"@angular/platform-browser": "4.3.2",
"@angular/platform-browser-dynamic": "4.3.2",
"@types/jasmine": "2.5.53",
"@types/node": "8.0.17",
"awesome-typescript-loader": "3.2.2",
"jasmine-core": "2.7.0",
"karma": "1.7.0",
"karma-jasmine": "1.1.0",
"karma-phantomjs-launcher": "1.0.4",
"karma-sourcemap-loader": "0.3.7",
"karma-spec-reporter": "0.0.31",
"karma-webpack": "2.0.4",
"reflect-metadata": "0.1.10",
"tslint": "5.5.0",
"webpack": "3.4.1",
"webpack-dev-server": "2.6.1",
"typescript": "2.4.2",
"zone.js": "0.8.16"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
"lint": "tslint --project tsconfig.json",
"test": "karma start karma.conf.js"
}
}
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